1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-01-26 08:13:05 +01:00

PageTwoValues: added chart display option

This commit is contained in:
Ulrich Meine
2026-01-11 15:30:13 +01:00
parent 4747336a69
commit 86a078690a
3 changed files with 306 additions and 156 deletions

View File

@@ -163,8 +163,6 @@ public:
oldShowTruW = !showTruW; // Force chart update in displayPage
#endif
// With chart object initialization being performed here, PageWindPlot won't properly work as default page,
// because <displayNew> is not executed at system start for default page
if (!twdChart) { // Create true wind charts if they don't exist
twdHstry = pageData.hstryBuffers->getBuffer("TWD");
twsHstry = pageData.hstryBuffers->getBuffer("TWS");