mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-21 10:35:17 +02:00
Changed so that the Top page starts with long fast selected
This commit is contained in:
+3
-1
@@ -1367,7 +1367,9 @@ async def get_config(request):
|
||||
"MQTT Server": mqtt.get("server", ""),
|
||||
"Topics": json.loads(mqtt.get("topics", "[]")),
|
||||
"Release": SOFTWARE_RELEASE
|
||||
})
|
||||
},
|
||||
dumps=lambda obj: json.dumps(obj, indent=2))
|
||||
|
||||
except (json.JSONDecodeError, TypeError):
|
||||
return web.json_response({"error": "Invalid configuration format"}, status=500)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user