input handle improved, +stm env -2due envs

This commit is contained in:
2021-08-22 23:02:15 +03:00
parent bbf8f4d46e
commit 09fa78b0c8
20 changed files with 102 additions and 158 deletions

View File

@@ -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