mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 02:06:11 +00:00
WioTrackerL1 UI v1.15.1: bugfixes and UX polish
- Fix placeholder picker colors: dark box + white border, light fill for selected item (consistent with rest of UI) - Fix placeholders not expanded when sending from keyboard (expandMsg was only called in MSG_PICK path, not KEYBOARD path) - Fix sent messages incrementing unread counter: set _phase=CHANNEL_HIST before addChannelMsg so viewing=true - Fix keyboard column inverse mapping on UP from special row - Remove old_row dead code from QuickMsgScreen keyboard handler - Alert banner shown only on home screen, suppressed in settings/messages - Bump FIRMWARE_VERSION to v1.15.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
886ee62015
commit
21005aa74c
@@ -12,7 +12,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef FIRMWARE_VERSION
|
||||
#define FIRMWARE_VERSION "v1.15.0"
|
||||
#define FIRMWARE_VERSION "v1.15.1"
|
||||
#endif
|
||||
|
||||
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
|
||||
|
||||
Reference in New Issue
Block a user