Skip to content

Commit

Permalink
Update BresserWeatherSensorMQTTWifiMgr.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 11, 2023
1 parent 3c69588 commit 7882b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ void wifimgr_setup(void)
}

log_i("local ip");
log_i("%s", WiFi.localIP());
log_i("%s", WiFi.localIP().toString().c_str());
}


Expand Down

0 comments on commit 7882b2a

Please sign in to comment.