Skip to content

Commit add5ca8

Browse files
authored
Merge pull request #663 from LeeLeahy2/wifi-ip-address
menuSystem: Fix Wifi IP Address entry in network menu
2 parents e6f8bbc + 2e572cf commit add5ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuSystem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ void menuPeriodicPrint()
11251125
systemPrintf("%s\r\n", PERIODIC_SETTING(PD_SD_LOG_WRITE) ? "Enabled" : "Disabled");
11261126

11271127
systemPrint("6) WiFi IP Address: ");
1128-
systemPrintf("%s\r\n", PERIODIC_DISPLAY(PD_WIFI_IP_ADDRESS) ? "Enabled" : "Disabled");
1128+
systemPrintf("%s\r\n", PERIODIC_SETTING(PD_WIFI_IP_ADDRESS) ? "Enabled" : "Disabled");
11291129

11301130
systemPrint("7) WiFi state: ");
11311131
systemPrintf("%s\r\n", PERIODIC_SETTING(PD_WIFI_STATE) ? "Enabled" : "Disabled");

0 commit comments

Comments
 (0)