From 9f93236470de8ba1eba81c3d0b85f5882eed4245 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Thu, 16 May 2019 18:56:11 +0900 Subject: [PATCH] Change of idling time until restart --- src/AutoConnectUpdatePage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index 0e93710..c401786 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