mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
better log when wifi is connecting
This commit is contained in:
@@ -108,7 +108,7 @@ void GwWifi::loop(){
|
||||
}
|
||||
else{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user