Primo rilascio: Fleet Control Console v1.0

This commit is contained in:
root
2026-04-18 14:00:34 +02:00
commit a599a3fef2
6 changed files with 1317 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"_comment": "Default admin username and password"
},
"web_admin": {
"user": "user",
"pass": "password"
},
"mqtt": {
"broker": "127.0.0.1",
"port": 1883,
"user": "mmdvm",
"password": "password"
},
"update_schedule": "03:00",
"id_urls": {
"dmr": "https://radioid.net/static/dmrid.dat",
"nxdn": "https://radioid.net/static/nxdn.csv"
}
}