norbert-walter/esp32-nmea2000-obp60

Format error by values greater than 999

Opened this issue · 2 comments

Format error by values gater than 999 p.e. when I use the air pressure value in a free configurable page.

It is not so easy to solve the problem because the dot is also a character. All values are limited to 4 characters. The value for the air pressure is a integer without dot. In this case shows all 4 characters. To limit all values to 999 is not helpfully.

a very similar problem occurs with negative values less than -99