File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleInit()
67
67
return NetworkConnectionState::ERROR;
68
68
}
69
69
#if !defined(__AVR__)
70
- Debug.print (DBG_ERROR , F (" Current WiFi Firmware: %s" ), WiFi.firmwareVersion ());
70
+ Debug.print (DBG_INFO , F (" Current WiFi Firmware: %s" ), WiFi.firmwareVersion ());
71
71
#endif
72
72
73
73
#if defined(WIFI_FIRMWARE_VERSION_REQUIRED)
@@ -82,7 +82,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleInit()
82
82
#endif
83
83
84
84
#else
85
- Debug.print (DBG_ERROR , F (" WiFi status ESP: %d" ), WiFi.status ());
85
+ Debug.print (DBG_INFO , F (" WiFi status ESP: %d" ), WiFi.status ());
86
86
WiFi.disconnect ();
87
87
delay (300 );
88
88
WiFi.begin (_ssid, _pass);
@@ -132,7 +132,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleConnected()
132
132
if (_keep_alive)
133
133
{
134
134
#if !defined(__AVR__)
135
- Debug.print (DBG_ERROR , F (" Attempting reconnection" ));
135
+ Debug.print (DBG_INFO , F (" Attempting reconnection" ));
136
136
#endif
137
137
}
138
138
You can’t perform that action at this time.
0 commit comments