Max Prokhorov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
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) { |
|
|
|