Update xdrv_121_gpioviewer.ino

This commit is contained in:
Theo Arends 2024-01-28 18:32:34 +01:00
parent 886b453e69
commit e15e131ca2
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}