From ba944b2c2a51f72f346985b7b46e390ac789b52c Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 25 Mar 2020 04:26:13 +0900 Subject: [PATCH] Improved RESET countdown display --- src/AutoConnectPage.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index f69b99a..c637a78 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -591,7 +591,12 @@ const char AutoConnect::_PAGE_RESETTING[] PROGMEM = { "" AUTOCONNECT_PAGETITLE_RESETTING "" "" "" - "

{{RESET}}

" + "

{{RESET}}

" + "" "" "" };