mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Changed so that the Top page starts with long fast selected
This commit is contained in:
@@ -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