Analogue button delay based on millis

This commit is contained in:
Adam Mealings
2025-10-31 13:04:59 +00:00
parent 7755400a35
commit c13b4ae481
2 changed files with 16 additions and 9 deletions

View File

@@ -40,6 +40,10 @@ class UITask : public AbstractUITask {
int last_led_increment = 0;
#endif
#ifdef PIN_USER_BTN_ANA
unsigned long _analogue_pin_read_millis = millis();
#endif
UIScreen* splash;
UIScreen* home;
UIScreen* msg_preview;