usability fixes, fix t114 build src filter

This commit is contained in:
JQ
2025-05-30 20:32:49 -07:00
parent 0b97b23025
commit db8e72791c
5 changed files with 18 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ class UITask {
char _msg[80];
int _msgcount;
bool _need_refresh = true;
bool _displayWasOn = false; // Track display state before button press
// Button handlers
#if defined(PIN_USER_BTN) || defined(PIN_USER_BTN_ANA)