mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	This commit is contained in:
		@@ -119,7 +119,7 @@ wl_status_t ESP8266WiFiMulti::run(void) {
 | 
			
		||||
                    delay(10);
 | 
			
		||||
                    status = WiFi.status();
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
#ifdef DEBUG_ESP_WIFI
 | 
			
		||||
                IPAddress ip;
 | 
			
		||||
                uint8_t * mac;
 | 
			
		||||
                switch(status) {
 | 
			
		||||
@@ -142,6 +142,7 @@ wl_status_t ESP8266WiFiMulti::run(void) {
 | 
			
		||||
                        DEBUG_WIFI_MULTI("[WIFI] Connecting Failed (%d).\n", status);
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
#endif
 | 
			
		||||
            } else {
 | 
			
		||||
                DEBUG_WIFI_MULTI("[WIFI] no matching wifi found!\n");
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user