Browse Source

relay: add WEB_SUPPORT check (#1985)

master
Max Prokhorov 5 years ago
committed by GitHub
parent
commit
04c733353b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      code/espurna/relay.ino

+ 3
- 1
code/espurna/relay.ino View File

@ -151,7 +151,9 @@ void _relaySyncUnlock() {
auto action = []() { auto action = []() {
_relayUnlockAll(); _relayUnlockAll();
_relay_report_ws = true;
#if WEB_SUPPORT
_relay_report_ws = true;
#endif
}; };
if (all_off) { if (all_off) {


Loading…
Cancel
Save