mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Rotary experiments
This commit is contained in:
parent
9ac4502c78
commit
83b6665c39
@ -372,9 +372,11 @@ void loop(void) {
|
||||
|
||||
if (TimeReached(state_50msecond)) {
|
||||
SetNextTimeInterval(state_50msecond, 50);
|
||||
#ifdef USE_LIGHT
|
||||
#ifdef ROTARY_V1
|
||||
RotaryHandler();
|
||||
#endif
|
||||
#endif // ROTARY_V1
|
||||
#endif // USE_LIGHT
|
||||
XdrvCall(FUNC_EVERY_50_MSECOND);
|
||||
XsnsCall(FUNC_EVERY_50_MSECOND);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user