* fix ESP8266 compile
This commit is contained in:
lumapu 2024-04-11 23:16:17 +02:00
parent 1f86e4cedb
commit 4587c1c2f7

View file

@ -92,7 +92,7 @@ class AhoyNetwork {
#if !defined(ETHERNET)
bool getAvailNetworks(JsonObject obj, IApp *app) {
if(!mScanActive) {
app->addOnce([this]() {scan();}, 1, F("scan"));
app->addOnce([this]() {scan();}, 1, "scan");
return false;
}