File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -97,22 +97,22 @@ void menuMain()
97
97
systemPrintln (" e) Configure Ethernet" );
98
98
#endif // COMPILE_ETHERNET
99
99
100
- systemPrintln (" f) Firmware upgrade " );
100
+ systemPrintln (" f) Firmware Update " );
101
101
102
102
#ifdef COMPILE_ETHERNET
103
103
if (present.ethernet_ws5500 == true )
104
104
systemPrintln (" n) Configure NTP" );
105
105
#endif // COMPILE_ETHERNET
106
106
107
- systemPrintln (" p ) Configure User Profiles" );
107
+ systemPrintln (" u ) Configure User Profiles" );
108
108
109
109
#ifdef COMPILE_ESPNOW
110
110
systemPrintln (" r) Configure Radios" );
111
111
#else // COMPILE_ESPNOW
112
112
systemPrintln (" r) **ESP-Now Not Compiled**" );
113
113
#endif // COMPILE_ESPNOW
114
114
115
- systemPrintln (" P ) Configure PointPerfect" );
115
+ systemPrintln (" p ) Configure PointPerfect" );
116
116
117
117
systemPrintln (" s) Configure System" );
118
118
@@ -148,9 +148,9 @@ void menuMain()
148
148
menuFirmware ();
149
149
else if (incoming == ' n' && (present.ethernet_ws5500 == true ))
150
150
menuNTP ();
151
- else if (incoming == ' p ' )
151
+ else if (incoming == ' u ' )
152
152
menuUserProfiles ();
153
- else if (incoming == ' P ' )
153
+ else if (incoming == ' p ' )
154
154
menuPointPerfect ();
155
155
#ifdef COMPILE_ESPNOW
156
156
else if (incoming == ' r' )
You can’t perform that action at this time.
0 commit comments