Skip to content

Commit b425eff

Browse files
committed
1 parent fe55854 commit b425eff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/ESP8266WiFi/src/ESP8266WiFiMulti.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ wl_status_t ESP8266WiFiMulti::run(void) {
119119
delay(10);
120120
status = WiFi.status();
121121
}
122-
122+
#ifdef DEBUG_ESP_WIFI
123123
IPAddress ip;
124124
uint8_t * mac;
125125
switch(status) {
@@ -142,6 +142,7 @@ wl_status_t ESP8266WiFiMulti::run(void) {
142142
DEBUG_WIFI_MULTI("[WIFI] Connecting Failed (%d).\n", status);
143143
break;
144144
}
145+
#endif
145146
} else {
146147
DEBUG_WIFI_MULTI("[WIFI] no matching wifi found!\n");
147148
}

0 commit comments

Comments
 (0)