mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-01-08 19:31:22 -08:00
Revert wardrive history limit
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
@@ -125,7 +125,7 @@ esp_err_t esp_wifi_80211_tx(wifi_interface_t ifx, const void *buffer, int len, b
|
||||
LinkedList<int>* stations;
|
||||
};*/
|
||||
|
||||
#define mac_history_len 512
|
||||
#define mac_history_len 93
|
||||
|
||||
struct mac_addr {
|
||||
unsigned char bytes[6];
|
||||
|
||||
Reference in New Issue
Block a user