Skip to content

Commit d1e3919

Browse files
committed
Fix typo
1 parent 68d1119 commit d1e3919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void menuWiFi()
8686
systemPrint("a) Configure device via WiFi Access Point or connect to WiFi: ");
8787
systemPrintf("%s\r\n", settings.wifiConfigOverAP ? "AP" : "WiFi");
8888

89-
systemPrint("m) Captive Portal: ");
89+
systemPrint("c) Captive Portal: ");
9090
systemPrintf("%s\r\n", settings.enableCaptivePortal ? "Enabled" : "Disabled");
9191

9292
systemPrint("m) MDNS: ");

0 commit comments

Comments
 (0)