FrSkyRC / ETHOS-Feedback-Community

Feedback & suggestions are welcomed here for ETHOS by FrSky
192 stars 86 forks source link

UNIT_GPS or UNIT_DMS etc #4757

Open robthomson opened 1 week ago

robthomson commented 1 week ago

Currently its not possible to create use a constant of something like

UNIT_DECIMALDEGREES or similar.

Net result is that when custom creating a sensor thats of a type 'GPS' you are limited to whole numbers only.

For example

Lat 51.2830792 has to be sent as 512830792. But...

You cant effectively establish or set the decimal point as we cant go beyond 4 decimal points.

Net result.. cant custom create a gps co-ordinate.