From 23e9c551d6a6f642f347da49b230eefb2c3c7064 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 16 May 2019 17:56:59 +0900 Subject: [PATCH] Fixed wrong URL atfer reset --- src/AutoConnectUpdatePage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index d6f5c6d..0e93710 100644 --- a/src/AutoConnectUpdatePage.h +++ b/src/AutoConnectUpdatePage.h @@ -49,7 +49,7 @@ const AutoConnectUpdate::ACPage_t AutoConnectUpdate::_auxProgress PROGMEM = { // Definition of the AUTOCONNECT_URI_UPDATE_RESULT page to notify update results const AutoConnectUpdate::ACElementProp_t AutoConnectUpdate::_elmResult[] PROGMEM = { { AC_Text, "status", nullptr, nullptr }, - { AC_Element, "restart", "", nullptr } + { AC_Element, "restart", "", nullptr } }; const AutoConnectUpdate::ACPage_t AutoConnectUpdate::_auxResult PROGMEM = { AUTOCONNECT_URI_UPDATE_RESULT, "Update", false, AutoConnectUpdate::_elmResult