mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-25 06:20:23 +00:00
Tweak wording for Send Position vs Node Info if the device has GPS
This commit is contained in:
parent
ee5ce78f80
commit
2b92fb74ea
@ -367,8 +367,11 @@ void menuHandler::homeBaseMenu()
|
||||
optionsArray[options] = "Sleep Screen";
|
||||
optionsEnumArray[options++] = Sleep;
|
||||
#endif
|
||||
|
||||
optionsArray[options] = "Send Position";
|
||||
if (config.position.gps_mode == meshtastic_Config_PositionConfig_GpsMode_ENABLED) {
|
||||
optionsArray[options] = "Send Position";
|
||||
} else {
|
||||
optionsArray[options] = "Send Node Info";
|
||||
}
|
||||
optionsEnumArray[options++] = Position;
|
||||
optionsArray[options] = "New Preset Msg";
|
||||
optionsEnumArray[options++] = Preset;
|
||||
|
Loading…
Reference in New Issue
Block a user