mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-27 13:16:44 +00:00
Correct comment
This commit is contained in:
parent
cafd92b94a
commit
940b392bee
@ -2777,12 +2777,12 @@ void webHandleSaveConfig()
|
||||
beepEnabled = false;
|
||||
}
|
||||
if ((webServer.arg("ignoreTouchWhenOff") == String("on")) && !ignoreTouchWhenOff)
|
||||
{ // mdnsEnabled was disabled but should now be enabled
|
||||
{ // ignoreTouchWhenOff was disabled but should now be enabled
|
||||
shouldSaveConfig = true;
|
||||
ignoreTouchWhenOff = true;
|
||||
}
|
||||
else if ((webServer.arg("ignoreTouchWhenOff") == String("")) && ignoreTouchWhenOff)
|
||||
{ // mdnsEnabled was enabled but should now be disabled
|
||||
{ // ignoreTouchWhenOff was enabled but should now be disabled
|
||||
shouldSaveConfig = true;
|
||||
ignoreTouchWhenOff = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user