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

Merge branch 'norbert-walter:master' into PageWindPlot

This commit is contained in:
Scorgan01
2025-07-12 01:49:20 +02:00
committed by GitHub
71 changed files with 6713 additions and 3505 deletions

View File

@@ -15,6 +15,7 @@ no_of_fields_per_page = {
"Battery": 0,
"BME280": 0,
"Clock": 0,
"Compass" : 0,
"DST810": 0,
"Fluid": 1,
"FourValues2": 4,
@@ -24,6 +25,7 @@ no_of_fields_per_page = {
"OneValue": 1,
"RollPitch": 2,
"RudderPosition": 0,
"SixValues" : 6,
"Solar": 0,
"ThreeValues": 3,
"TwoValues": 2,
@@ -32,7 +34,6 @@ no_of_fields_per_page = {
"WindPlot": 0,
"WindRose": 0,
"WindRoseFlex": 6,
"SixValues" : 6,
}
# No changes needed beyond this point