norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
14 stars 10 forks source link

PagePitchRoll does not display Values #114

Open TobiasE-github opened 3 days ago

TobiasE-github commented 3 days ago

Even with Simulation Data = on, PagePitchRoll does not display numerical values for pitch an roll ( but the boat in the center is moving). Same behavior wenn using real data.

TobiasE-github commented 3 days ago

Update: This problem appears only when "Hold values" is on. Looks like svalue1old and svalue2old are initialized with "" (line 33-34) and never overwritten with a new value.

Update: I wrote a fix and created a pull request.