Change Labels for Webui

This commit is contained in:
jpirnay
2026-04-16 16:53:18 +02:00
parent 2d6898362b
commit 052bd016a0
5 changed files with 30 additions and 16 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class ActivityManager {
// Whether to trigger a render after the current loop()
// This variable must only be set by the main loop, to avoid race conditions
bool requestedUpdate = false;
volatile bool requestedUpdate = false;
// When true, input events are consumed (discarded) until all buttons are released
// and no press/release events remain. Armed automatically on activity transitions