meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
83 stars 118 forks source link

[Feature Request]: fixed position coordinates in config.proto #566

Closed KomelT closed 1 month ago

KomelT commented 1 month ago

I am wondering why there are no properties in Config::PositionConfig for setting fixed position coordinates?

garthvh commented 1 month ago

Fixed position coordinates are not config values, just a Boolean

KomelT commented 1 month ago

@garthvh why is this not planned? Wouldn't it make storing position easier?

jp-bennett commented 1 month ago

Fixed position coordinates are not config values, just a Boolean

I'd actually like to re-open this, and see about doing a position in config, now that we have more secure remote admin options.

garthvh commented 1 month ago

What is wrong with the recently refactored structure? Works great.

KomelT commented 1 month ago

Where are coordinates currently stored?