Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
troyhacks committed Jan 28, 2025
1 parent 5fca0e7 commit de660a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const String ARDUINO_EVENT_LIST[41] = {
//handle Ethernet connection event
void WiFiEvent(WiFiEvent_t event) {

#if defined(ESP32) && ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 0, 0)
#if ESP32 && ESP_IDF_VERSION_MAJOR >= 4

DEBUG_PRINT(F("Network Event: "));
DEBUG_PRINT(ARDUINO_EVENT_LIST[event]);
Expand Down

0 comments on commit de660a8

Please sign in to comment.