diff --git a/code/espurna/relay.ino b/code/espurna/relay.ino index f2c1aae2..ac1ca2da 100644 --- a/code/espurna/relay.ino +++ b/code/espurna/relay.ino @@ -151,7 +151,9 @@ void _relaySyncUnlock() { auto action = []() { _relayUnlockAll(); - _relay_report_ws = true; + #if WEB_SUPPORT + _relay_report_ws = true; + #endif }; if (all_off) {