Revert wardrive history limit

This commit is contained in:
Just Call Me Koko
2023-09-05 13:46:49 -04:00
parent 5d4f73dbc8
commit 4b000c8d18
2 changed files with 1 additions and 2 deletions

View File

@@ -776,7 +776,6 @@ void Display::buildBanner(String msg, int xpos)
this->tft.setFreeFont(NULL); // Font 4 selected
this->tft.setTextSize(BANNER_TEXT_SIZE); // Font size scaling is x1
this->tft.setTextColor(TFT_WHITE, TFT_BLACK); // Black text, no background colour
//this->tft.drawCentreString(msg.c_str(), SCREEN_WIDTH / 2, TEXT_HEIGHT, BANNER_TEXT_SIZE);
this->showCenterText(msg, STATUS_BAR_WIDTH);
/*