Fix non-display hardware

This commit is contained in:
Just Call Me Koko
2026-04-27 00:22:40 -04:00
parent ec4670d73d
commit 47de07867d

View File

@@ -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() {