mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
unused lines removed (nokia5110)
This commit is contained in:
parent
d3846b1fad
commit
a5c0db95d3
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue