From a5c0db95d3693b41a6b867a5a7ace0a927b7aa98 Mon Sep 17 00:00:00 2001 From: fx2 Date: Wed, 2 Nov 2022 13:24:32 +0100 Subject: [PATCH] unused lines removed (nokia5110) --- tools/esp8266/app.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/esp8266/app.cpp b/tools/esp8266/app.cpp index 46d00065..9880b220 100644 --- a/tools/esp8266/app.cpp +++ b/tools/esp8266/app.cpp @@ -164,7 +164,6 @@ void app::setup(uint32_t timeout) { mSettingsValid = checkEEpCrc(ADDR_START_SETTINGS, ((ADDR_NEXT) - (ADDR_START_SETTINGS)), ADDR_SETTINGS_CRC); loadEEpconfig(); - //ShowInfoText("booting...\nwifi"); mWifi->setup(timeout, mWifiSettingsValid); #ifndef AP_ONLY @@ -174,7 +173,6 @@ void app::setup(uint32_t timeout) { mWebInst = new web(this, &mSysConfig, &mConfig, &mStat, mVersion); mWebInst->setup(); - //ShowInfoText("booting...\nwifi\n \ndone"); } //-----------------------------------------------------------------------------