mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-06-12 11:01:36 -07:00
Clean up status bar for Mini again
This commit is contained in:
@@ -1066,7 +1066,7 @@ void MenuFunctions::updateStatusBar()
|
||||
#endif
|
||||
|
||||
#ifdef HAS_MINI_SCREEN
|
||||
display_obj.tft.drawString("CH: " + (String)wifi_scan_obj.old_channel, TFT_WIDTH/4, 0, 1);
|
||||
display_obj.tft.drawString("CH:" + (String)wifi_scan_obj.old_channel, TFT_WIDTH/4, 0, 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -1246,7 +1246,7 @@ void MenuFunctions::drawStatusBar()
|
||||
#endif
|
||||
|
||||
#ifdef HAS_MINI_SCREEN
|
||||
display_obj.tft.drawString("CH: " + (String)wifi_scan_obj.old_channel, TFT_WIDTH/4, 0, 1);
|
||||
display_obj.tft.drawString("CH:" + (String)wifi_scan_obj.old_channel, TFT_WIDTH/4, 0, 1);
|
||||
#endif
|
||||
|
||||
// RAM Stuff
|
||||
|
||||
Reference in New Issue
Block a user