From 6b9564145ace436c2f1ac9b77707624898ce90f2 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 16 Oct 2019 17:06:09 +0900 Subject: [PATCH] Support the Config New with static IP --- src/AutoConnectPage.cpp | 2 +- src/AutoConnectUpdatePage.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 1d70999..047b6cc 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -38,7 +38,7 @@ const char AutoConnect::_CSS_BASE[] PROGMEM = { ".base-panel{" "margin:0 22px 0 22px" "}" - ".base-panel * label{" + ".base-panel * label :not(.bins){" "display:inline-block;" "width:3.0em;" "text-align:right" diff --git a/src/AutoConnectUpdatePage.h b/src/AutoConnectUpdatePage.h index 5488dcd..880d2c2 100644 --- a/src/AutoConnectUpdatePage.h +++ b/src/AutoConnectUpdatePage.h @@ -14,7 +14,7 @@ // Define the AUTOCONNECT_URI_UPDATE page to select the sketch binary // for update and order update execution. const AutoConnectUpdateAct::ACElementProp_t AutoConnectUpdateAct::_elmCatalog[] PROGMEM = { - { AC_Element, "binSty", "", nullptr }, + { AC_Element, "binSty", "", nullptr }, { AC_Text, "caption", nullptr, nullptr }, { AC_Element, "c1", "
", nullptr }, { AC_Radio, "firmwares", nullptr, nullptr },