mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-23 22:37:16 +00:00
Berry add 200ms and 250ms messages
This commit is contained in:
parent
9a9d869676
commit
8406d11ce4
@ -777,6 +777,12 @@ bool Xdrv52(uint8_t function)
|
||||
case FUNC_EVERY_100_MSECOND:
|
||||
callBerryEventDispatcher(PSTR("every_100ms"), nullptr, 0, nullptr);
|
||||
break;
|
||||
case FUNC_EVERY_200_MSECOND:
|
||||
callBerryEventDispatcher(PSTR("every_200ms"), nullptr, 0, nullptr);
|
||||
break;
|
||||
case FUNC_EVERY_250_MSECOND:
|
||||
callBerryEventDispatcher(PSTR("every_250ms"), nullptr, 0, nullptr);
|
||||
break;
|
||||
case FUNC_EVERY_SECOND:
|
||||
callBerryEventDispatcher(PSTR("every_second"), nullptr, 0, nullptr);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user