Fixed triple click GPS toggle bungle

pull/7145/head
Ben Meadors 2025-06-26 11:19:54 -05:00
rodzic 2ab717cebb
commit e87c991975
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1016,7 +1016,8 @@ void setup()
BaseType_t higherWake = 0;
mainDelay.interruptFromISR(&higherWake);
},
INPUT_BROKER_USER_PRESS, INPUT_BROKER_SHUTDOWN, 5000, INPUT_BROKER_SEND_PING, INPUT_BROKER_GPS_TOGGLE);
INPUT_BROKER_USER_PRESS, INPUT_BROKER_SHUTDOWN, 5000, INPUT_BROKER_SEND_PING, INPUT_BROKER_NONE, 0,
INPUT_BROKER_GPS_TOGGLE);
#endif
#endif