mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-22 02:03:06 +01:00
better log when wifi is connecting
This commit is contained in:
@@ -108,7 +108,7 @@ void GwWifi::loop(){
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
if (! clientIsConnected){
|
if (! clientIsConnected){
|
||||||
LOG_DEBUG(GwLog::LOG,"wifiClient %s now connected to",wifiSSID->asCString());
|
LOG_DEBUG(GwLog::LOG,"wifiClient now connected to %s at %s",wifiSSID->asCString(),WiFi.localIP().toString().c_str());
|
||||||
clientIsConnected=true;
|
clientIsConnected=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user