Skip to content

Commit e9dd0be

Browse files
committed
Fix typos
1 parent b65ee93 commit e9dd0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/menuMain.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ void menuRadio()
556556
systemPrint("1) ESP-NOW Radio: ");
557557
systemPrintf("%s\r\n", settings.enableEspNow ? "Enabled" : "Disabled");
558558
#else // COMPILE_ESPNOW
559-
systemPrintln("r) **ESP-Now Not Compiled**");
559+
systemPrintln("1) **ESP-Now Not Compiled**");
560560
#endif // COMPILE_ESPNOW
561561

562562
if (settings.enableEspNow == true)
@@ -709,7 +709,7 @@ void menuRadio()
709709
}
710710
else if (present.radio_lora == true && settings.enableLora == true && incoming == 11)
711711
{
712-
getNewSetting("Enter the frequency used to coordinate radios in MHz", 902.125, 927.875,
712+
getNewSetting("Enter the frequency used to coordinate radios in MHz", 903.0, 927.0,
713713
&settings.loraCoordinationFrequency);
714714
}
715715

0 commit comments

Comments
 (0)