moshe-braner / Open-Glider-Network-Groundstation

Open Glider Network Receiver based on TTGO T-Beam ESP32 hardware.
https://ros-it.ch/open-glider-network-base-station/
GNU General Public License v3.0
7 stars 4 forks source link

The gui truncates lat lon to 2 decimals #12

Closed JacquesGr closed 1 year ago

JacquesGr commented 1 year ago

The gui truncates lat lon to 2 decimals so when saving the data in json.conf is also truncated to 2 decimals.

moshe-braner commented 1 year ago

2 decimals on the degrees, e.g., 34.56N? It interprets the entered string as a "float", so should keep at least two more digits than that?

moshe-braner commented 1 year ago

Fixed