Fixed triple click GPS toggle bungle

This commit is contained in:
Ben Meadors 2025-06-26 11:19:54 -05:00
parent 2ab717cebb
commit e87c991975

View File

@ -1016,7 +1016,8 @@ void setup()
BaseType_t higherWake = 0; BaseType_t higherWake = 0;
mainDelay.interruptFromISR(&higherWake); 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
#endif #endif