norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
12 stars 5 forks source link

my20220306: formatting of angles and directions #21

Closed W-Geronius closed 2 years ago

W-Geronius commented 2 years ago

at present angles (like AWA) and directions (like MHDG) are formatted as 'xx.x' left-aligned if less than 3 digits and as 'xxx' if 3 digits are present. As readings after decimal point are not really meaningful for degrees, I suggest a constistent format of 'xxx' right-aligned

norbert-walter commented 2 years ago

Fixed in 20220307