From 91043a006aaa67d93f8e4c79b564e1da48ffecba Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 14 Jul 2026 23:28:09 +0200 Subject: [PATCH] Release 0.10.1 Remove the muted 'M' status-bar icon that overlapped the GPS text; the flashing red LED indicates mute. Bump version to 0.10.1. Co-Authored-By: Claude Fable 5 --- MDUV380_firmware/application/include/freetrxVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MDUV380_firmware/application/include/freetrxVersion.h b/MDUV380_firmware/application/include/freetrxVersion.h index 9c77eae..fd816de 100644 --- a/MDUV380_firmware/application/include/freetrxVersion.h +++ b/MDUV380_firmware/application/include/freetrxVersion.h @@ -6,8 +6,8 @@ #define FREETRX_VERSION_MAJOR 0 #define FREETRX_VERSION_MINOR 10 -#define FREETRX_VERSION_PATCH 0 +#define FREETRX_VERSION_PATCH 1 -#define FREETRX_VERSION "0.10.0" +#define FREETRX_VERSION "0.10.1" #endif // _FREETRX_VERSION_H_