cleanups (remove statics and typos)

This commit is contained in:
Florent
2025-09-03 17:22:11 +02:00
parent 3cdf2f9b4d
commit cb3049e706
4 changed files with 22 additions and 20 deletions

View File

@@ -26,6 +26,12 @@ class UITask : public AbstractUITask {
unsigned long _alert_expiry;
int _msgcount;
unsigned long ui_started_at, next_batt_chck;
int next_backlight_btn_check = 0;
#ifdef PIN_STATUS_LED
int led_state = 0;
int next_led_change = 0;
int last_led_increment = 0;
#endif
UIScreen* splash;
UIScreen* home;