File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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()
6767 return NetworkConnectionState::ERROR;
6868 }
6969#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 ());
7171#endif
7272
7373#if defined(WIFI_FIRMWARE_VERSION_REQUIRED)
@@ -82,7 +82,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleInit()
8282#endif
8383
8484#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 ());
8686 WiFi.disconnect ();
8787 delay (300 );
8888 WiFi.begin (_ssid, _pass);
@@ -132,7 +132,7 @@ NetworkConnectionState WiFiConnectionHandler::update_handleConnected()
132132 if (_keep_alive)
133133 {
134134#if !defined(__AVR__)
135- Debug.print (DBG_ERROR , F (" Attempting reconnection" ));
135+ Debug.print (DBG_INFO , F (" Attempting reconnection" ));
136136#endif
137137 }
138138
You can’t perform that action at this time.
0 commit comments