mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 04:09:49 +03:00
input handle improved, +stm env -2due envs
This commit is contained in:
@@ -655,7 +655,7 @@ static volatile uint8_t contactPollBusy = 0;
|
||||
|
||||
void Input::contactPoll(short cause) {
|
||||
boolean currentInputState;
|
||||
if (!store || contactPollBusy) return;
|
||||
if (!store /*|| contactPollBusy*/) return;
|
||||
contactPollBusy++;
|
||||
|
||||
changeState(IS_REQSTATE,cause); //Check for postponed states transitions
|
||||
|
||||
Reference in New Issue
Block a user