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

Merge pull request #142 from TobiasE-github/master

modified gen_set.py, as PageSixValues does not exist (yet)
This commit is contained in:
Norbert Walter
2025-01-20 16:10:32 +01:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ no_of_fields_per_page = {
"White": 0,
"WindRose": 0,
"WindRoseFlex": 6,
"SixValues" : 6,
# "SixValues" : 6,
}
# No changes needed beyond this point