1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02: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
+1 -1
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