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

Fix broken white page and add logo feature

This commit is contained in:
2025-01-21 11:26:49 +01:00
parent b9356c9ae8
commit 464d6879a3
4 changed files with 48 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ no_of_fields_per_page = {
"ThreeValues": 3,
"TwoValues": 2,
"Voltage": 0,
"White": 0,
"WhitePage": 0,
"WindRose": 0,
"WindRoseFlex": 6,
# "SixValues" : 6,
@@ -127,4 +127,4 @@ json_output = json.dumps(output, indent=4)
#print(json_output[1:-1])
# print omitting first line containing [ of JSON array
print(json_output[1:])
# print(",")
# print(",")