diff --git a/tasmota/support_tasmota.ino b/tasmota/support_tasmota.ino index 03848bf0d..654afe082 100644 --- a/tasmota/support_tasmota.ino +++ b/tasmota/support_tasmota.ino @@ -225,8 +225,8 @@ void SetDevicePower(power_t rpower, uint32_t source) else if (EXS_RELAY == my_module_type) { SetLatchingRelay(rpower, 1); } - else #endif // ESP8266 + else { for (uint32_t i = 0; i < devices_present; i++) { power_t state = rpower &1;