From 4ad6219be76ee3a04e1dbd53d7df8a857ed424c2 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 23 Oct 2022 20:06:00 +0200 Subject: [PATCH] fix: no TX messages in serial print moved menu icon to the right --- tools/esp8266/app.cpp | 1 + tools/esp8266/html/style.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/esp8266/app.cpp b/tools/esp8266/app.cpp index 63c4aa73..befe017c 100644 --- a/tools/esp8266/app.cpp +++ b/tools/esp8266/app.cpp @@ -23,6 +23,7 @@ app::app() { loadDefaultConfig(); mSys = new HmSystemType(); + mSys->enableDebug(); mShouldReboot = false; } diff --git a/tools/esp8266/html/style.css b/tools/esp8266/html/style.css index 4f0c9e29..51390699 100644 --- a/tools/esp8266/html/style.css +++ b/tools/esp8266/html/style.css @@ -16,7 +16,7 @@ h2 { } .topnav a { - color: white; + color: #fff; padding: 14px 14px; text-decoration: none; font-size: 17px; @@ -32,7 +32,7 @@ h2 { background: #333; display: block; position: absolute; - right: 0; + left: 0; top: 0; } @@ -44,6 +44,7 @@ h2 { .active { background-color: #006ec0; color: #fff !important; + padding-left: 80px !important } .topnav span {