Skip to content

Commit f1ec1b3

Browse files
committed
Rename Network menu to TCP/UDP
1 parent 74d6fc6 commit f1ec1b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Firmware/RTK_Everywhere/menuMain.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ void menuMain()
8787
#endif // COMPILE_WIFI
8888

8989
#if COMPILE_NETWORK
90-
systemPrintln("7) Configure Network");
90+
systemPrintln("7) Configure TCP/UDP");
9191
#else // COMPILE_NETWORK
92-
systemPrintln("7) **Network Not Compiled**");
92+
systemPrintln("7) **TCP/UDP Not Compiled**");
9393
#endif // COMPILE_NETWORK
9494

9595
#ifdef COMPILE_ETHERNET
@@ -106,21 +106,21 @@ void menuMain()
106106
systemPrintln("n) Configure NTP");
107107
#endif // COMPILE_ETHERNET
108108

109-
systemPrintln("u) Configure User Profiles");
109+
systemPrintln("p) Configure PointPerfect");
110110

111111
#ifdef COMPILE_ESPNOW
112112
systemPrintln("r) Configure Radios");
113113
#else // COMPILE_ESPNOW
114114
systemPrintln("r) **ESP-Now Not Compiled**");
115115
#endif // COMPILE_ESPNOW
116116

117-
systemPrintln("p) Configure PointPerfect");
118-
119117
systemPrintln("s) Configure System");
120118

121119
if (present.imu_im19 == true)
122120
systemPrintln("t) Configure Tilt Compensation");
123121

122+
systemPrintln("u) Configure User Profiles");
123+
124124
if (btPrintEcho)
125125
systemPrintln("b) Exit Bluetooth Echo mode");
126126

@@ -143,7 +143,7 @@ void menuMain()
143143
else if (incoming == 6)
144144
menuWiFi();
145145
else if (incoming == 7)
146-
menuNetwork();
146+
menuTcpUdp();
147147
else if (incoming == 'e' && (present.ethernet_ws5500 == true))
148148
menuEthernet();
149149
else if (incoming == 'f')

0 commit comments

Comments
 (0)