merging to latest rebase of development

This commit is contained in:
Marcus 2021-01-11 18:32:05 +01:00
commit ef2525fcdd
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,9 @@ bool Xdrv48(byte function) {
case FUNC_EVERY_SECOND:
TimepropEverySecond();
break;
case FUNC_COMMAND:
result = TimepropCommand();
break;
case FUNC_COMMAND:
result = TimepropCommand();
break;
@ -249,4 +252,5 @@ bool Xdrv48(byte function) {
return result;
}
#endif // FIRMWARE_MINIMAL
#endif // USE_TIMEPROP