norbert-walter / esp32-nmea2000-obp60

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

Format error by values greater than 999 #45

Open norbert-walter opened 2 years ago

norbert-walter commented 2 years ago

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

norbert-walter commented 2 years ago

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.

W-Geronius commented 2 years ago

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