Skip to content

Commit 7b23f5e

Browse files
committed
Print WiFi SSID
1 parent ef24b66 commit 7b23f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void menuWiFi()
171171
// Display the WiFi IP address
172172
void wifiDisplayIpAddress()
173173
{
174-
systemPrint("WiFi IP address: ");
174+
systemPrintf("WiFi %s IP address: ", WiFi.SSID());
175175
systemPrint(WiFi.localIP());
176176
systemPrintf(" RSSI: %d\r\n", WiFi.RSSI());
177177

0 commit comments

Comments
 (0)