Skip to content

Commit

Permalink
0.8.110
Browse files Browse the repository at this point in the history
* fix ESP8266 compile
  • Loading branch information
lumapu committed Apr 11, 2024
1 parent 1f86e4c commit 4587c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/AhoyNetwork.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4587c1c

Please sign in to comment.