ThingPulse/esp8266-oled-ssd1306

TickSinceLastStateSwitch is reset early with autoTransition disabled

michox opened this issue · 1 comments

in void OLEDDisplayUi::tick() at line 312 the tickSinceLastStateSwitch are checked. In case of an autonTransition the frameState is switched to IN_TRANSITION. However, is autoTransition disabled, the ticksSinceLastStateSwitch is still reset to 0 although no Transition was executed.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.