mirror of https://github.com/arendst/Tasmota.git
Update xdrv_121_gpioviewer.ino
This commit is contained in:
parent
886b453e69
commit
e15e131ca2
|
@ -265,8 +265,7 @@ void GVEventDisconnected(void) {
|
|||
}
|
||||
|
||||
void GVCloseEvent(void) {
|
||||
// GVEventSend("{}", "close", millis()); // Closes web page
|
||||
GVEventSend("{}", "error", millis()); // Closes web page
|
||||
GVEventSend("{}", "close", millis()); // Closes web page
|
||||
GVEventDisconnected();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue