GPS Format from latitude and longitude to MGS or UTM

Hey, I am new to Meshtastic. I just bought 2 T-echoes.

Is it possible to convert GPS format to MGS or UTM?
It may just be on the display to begin with

1 Like

Yes, you can set this using Python CMD:
Protobuf API Reference | Meshtastic

Use the following command:

meshtastic --set gps_format GpsFormatUTM

1 Like

Thanks alot. that worket.