TasmotaSlave: Add functionality

This commit is contained in:
Andre Thomas 2019-11-02 13:17:39 +02:00 committed by GitHub
parent 05ca072717
commit ea5c8492a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,8 +583,8 @@ bool Xdrv31(uint8_t function)
if ((TSlave.type) && (TSlaveSettings.features.func_every_100_msecond)) {
if (TasmotaSlave_Serial->available()) {
TasmotaSlave_ProcessIn();
}
}
}
break;
case FUNC_EVERY_SECOND:
if ((TSlave.type) && (TSlaveSettings.features.func_every_second)) {
@ -604,4 +604,4 @@ bool Xdrv31(uint8_t function)
return result;
}
#endif // USE_TASMOTA_SLAVE
#endif // USE_TASMOTA_SLAVE