Rotary experiments

This commit is contained in:
Theo Arends 2020-07-01 10:24:46 +02:00
parent 9ac4502c78
commit 83b6665c39
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}