mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2026-04-28 12:03:07 -07:00
Fix non-display hardware
This commit is contained in:
@@ -4914,6 +4914,7 @@ void WiFiScan::tagPOI(const char* label) {
|
||||
}
|
||||
|
||||
void WiFiScan::onWiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info) {
|
||||
#ifdef HAS_SCREEN
|
||||
extern WiFiScan wifi_scan_obj;
|
||||
|
||||
switch (event) {
|
||||
@@ -4981,6 +4982,7 @@ void WiFiScan::onWiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void WiFiScan::displayAPStats() {
|
||||
|
||||
Reference in New Issue
Block a user