From b24449aa2b8f8dce1a0896952f34f25986664a3e Mon Sep 17 00:00:00 2001 From: Joel Stein Date: Mon, 29 Oct 2018 01:27:45 +0100 Subject: [PATCH] tuya: add break --- sonoff/xdrv_16_tuyadimmer.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/xdrv_16_tuyadimmer.ino b/sonoff/xdrv_16_tuyadimmer.ino index 9877682dc..afdcd3327 100644 --- a/sonoff/xdrv_16_tuyadimmer.ino +++ b/sonoff/xdrv_16_tuyadimmer.ino @@ -305,6 +305,7 @@ boolean Xdrv16(byte function) break; case FUNC_EVERY_SECOND: if(TuyaSerial) { TuyaResetWifiLed(); } + break; } } return result;