wellenvogel / avnav

using the raspberry pi as a nav computer
MIT License
85 stars 26 forks source link

request: make formatDirection use ±180 or 0-360 range #353

Open quantenschaum opened 2 months ago

quantenschaum commented 2 months ago

The direction formatter should be configurable to display angles in the ±180° range or the 0-360 range.

Currently it shows the values as they are, even values >360 are possible.

quantenschaum commented 2 months ago

https://github.com/kdschmidt1/Sail_Instrument/issues/26