Skip to content

Commit

Permalink
0.8.134
Browse files Browse the repository at this point in the history
fix compile error
  • Loading branch information
lumapu committed Aug 11, 2024
1 parent 5b6ffcc commit 57dd70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/RestApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ class RestApi {
#endif

void getNetworkInfo(JsonObject obj) {
#if defined(ESP32)
#if defined(ETHERNET)
bool isWired = mApp->isWiredConnection();
if(!isWired)
obj[F("wifi_channel")] = WiFi.channel();
Expand Down

0 comments on commit 57dd70b

Please sign in to comment.