Skip to content

Commit feba7ce

Browse files
committed
1 parent c1e38c1 commit feba7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PowerSensor/PowerSensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void setupWiFi() {
9797
delay(250);
9898
}
9999
IPAddress localIP = WiFi.localIP();
100-
Serial.printf("connected!\r\n[WiFi]: IP-Address is %d.%d.%d.%d\r\n", localIP[0], localIP[1], localIP[2], localIP[3]);
100+
Serial.printf("connected!\r\n[WiFi]: IP-Address is %s\r\n", WiFi.localIP().toString().c_str());
101101
}
102102

103103
void setupSinricPro() {

0 commit comments

Comments
 (0)