Adding MQTT for local APRS Packet storage.

This commit is contained in:
Manuel Schrape 2022-02-23 19:40:31 +01:00
parent 580f318760
commit b099a2ecf8
No known key found for this signature in database
GPG key ID: CA4352C40C877DC2
10 changed files with 165 additions and 4 deletions

View file

@ -65,5 +65,13 @@
}
]
},
"mqtt": {
"active": false,
"server": "",
"port": 1883,
"name": "",
"password": "",
"topic": "LoraAPRS/Data"
},
"ntp_server": "pool.ntp.org"
}