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

modified gen_set.py, as PageSixValues does not exist (yet)

This commit is contained in:
Tobias E
2025-01-19 08:36:13 +00:00
parent 87a7a79358
commit 27b916c079

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