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