1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

Optimization display refresh for a new page

This commit is contained in:
norbert-walter
2022-03-09 17:32:47 +01:00
parent 0130187858
commit 8491b6400f
2 changed files with 14 additions and 2 deletions

View File

@@ -370,6 +370,6 @@ PageDescription registerPageWindRose(
"WindRose", // Page name
createPage, // Action
0, // Number of bus values depends on selection in Web configuration
{"AWA","AWS", "TWD", "TWS"}, // Bus values we need in the page
{"AWA", "AWS", "TWD", "TWS"}, // Bus values we need in the page
true // Show display header on/off
);