File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ void menuMain()
87
87
#endif // COMPILE_WIFI
88
88
89
89
#if COMPILE_NETWORK
90
- systemPrintln (" 7) Configure Network " );
90
+ systemPrintln (" 7) Configure TCP/UDP " );
91
91
#else // COMPILE_NETWORK
92
- systemPrintln (" 7) **Network Not Compiled**" );
92
+ systemPrintln (" 7) **TCP/UDP Not Compiled**" );
93
93
#endif // COMPILE_NETWORK
94
94
95
95
#ifdef COMPILE_ETHERNET
@@ -106,21 +106,21 @@ void menuMain()
106
106
systemPrintln (" n) Configure NTP" );
107
107
#endif // COMPILE_ETHERNET
108
108
109
- systemPrintln (" u ) Configure User Profiles " );
109
+ systemPrintln (" p ) Configure PointPerfect " );
110
110
111
111
#ifdef COMPILE_ESPNOW
112
112
systemPrintln (" r) Configure Radios" );
113
113
#else // COMPILE_ESPNOW
114
114
systemPrintln (" r) **ESP-Now Not Compiled**" );
115
115
#endif // COMPILE_ESPNOW
116
116
117
- systemPrintln (" p) Configure PointPerfect" );
118
-
119
117
systemPrintln (" s) Configure System" );
120
118
121
119
if (present.imu_im19 == true )
122
120
systemPrintln (" t) Configure Tilt Compensation" );
123
121
122
+ systemPrintln (" u) Configure User Profiles" );
123
+
124
124
if (btPrintEcho)
125
125
systemPrintln (" b) Exit Bluetooth Echo mode" );
126
126
@@ -143,7 +143,7 @@ void menuMain()
143
143
else if (incoming == 6 )
144
144
menuWiFi ();
145
145
else if (incoming == 7 )
146
- menuNetwork ();
146
+ menuTcpUdp ();
147
147
else if (incoming == ' e' && (present.ethernet_ws5500 == true ))
148
148
menuEthernet ();
149
149
else if (incoming == ' f' )
You can’t perform that action at this time.
0 commit comments