meshtastic / Meshtastic-gui-installer

Cross platform, easy to use GUI for installing Meshtastic firmware.
https://meshtastic.org
GNU General Public License v3.0
68 stars 21 forks source link

add ability to set fixed position (lat/lon/alt) #107

Closed mkinney closed 2 years ago

mkinney commented 2 years ago

add ability to set a fixed position (latitude, longitude, altitude)

Can leverage the meshtastic library and call it via CLI or API:

interface.sendPosition()

https://github.com/meshtastic/Meshtastic-python/blob/master/meshtastic/mesh_interface.py#L264

mkinney commented 2 years ago

Fix #112