From ea5c8492a12870427e8ee7e300415e6438bffdf5 Mon Sep 17 00:00:00 2001 From: Andre Thomas Date: Sat, 2 Nov 2019 13:17:39 +0200 Subject: [PATCH] TasmotaSlave: Add functionality --- tasmota/xdrv_31_tasmota_slave.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xdrv_31_tasmota_slave.ino b/tasmota/xdrv_31_tasmota_slave.ino index 175fb78e1..a19f9384f 100644 --- a/tasmota/xdrv_31_tasmota_slave.ino +++ b/tasmota/xdrv_31_tasmota_slave.ino @@ -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 \ No newline at end of file +#endif // USE_TASMOTA_SLAVE