mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
clang-format for is-cfg.json file
This commit is contained in:
parent
cd76c61196
commit
d5561e8f10
|
|
@ -1,48 +1,47 @@
|
||||||
{
|
{
|
||||||
"callsign":"NOCALL-10",
|
"callsign": "NOCALL-10",
|
||||||
"wifi":
|
"wifi": {
|
||||||
{
|
|
||||||
"AP": [
|
"AP": [
|
||||||
{ "SSID":"YOURSSID", "password":"YOURPASSWORD" }
|
{
|
||||||
|
"SSID": "YOURSSID",
|
||||||
|
"password": "YOURPASSWORD"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"beacon":
|
"beacon": {
|
||||||
{
|
"message": "LoRa iGATE & Digi, Info: github.com/lora-aprs/LoRa_APRS_iGate",
|
||||||
"message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate",
|
"position": {
|
||||||
"position":
|
"latitude": 0.000000,
|
||||||
{
|
"longitude": 0.000000
|
||||||
"latitude":0.000000,
|
|
||||||
"longitude":0.000000
|
|
||||||
},
|
},
|
||||||
"timeout":15
|
"timeout": 15
|
||||||
},
|
},
|
||||||
"aprs_is":
|
"aprs_is": {
|
||||||
{
|
"passcode": "",
|
||||||
"passcode":"",
|
"server": "euro.aprs2.net",
|
||||||
"server":"euro.aprs2.net",
|
"port": 14580
|
||||||
"port":14580
|
|
||||||
},
|
},
|
||||||
"lora":
|
"lora": {
|
||||||
{
|
"frequency_rx": 433775000,
|
||||||
"frequency_rx":433775000,
|
"frequency_tx": 433775000,
|
||||||
"frequency_tx":433775000,
|
"power": 20,
|
||||||
"power":20,
|
"spreading_factor": 12,
|
||||||
"spreading_factor":12,
|
"signal_bandwidth": 125000,
|
||||||
"signal_bandwidth":125000,
|
"coding_rate4": 5
|
||||||
"coding_rate4":5
|
|
||||||
},
|
},
|
||||||
"display":
|
"display": {
|
||||||
{
|
|
||||||
"always_on": true,
|
"always_on": true,
|
||||||
"timeout":10,
|
"timeout": 10,
|
||||||
"overwrite_pin":0,
|
"overwrite_pin": 0,
|
||||||
"turn180": true
|
"turn180": true
|
||||||
},
|
},
|
||||||
"ftp":
|
"ftp": {
|
||||||
{
|
"active": false,
|
||||||
"active":false,
|
|
||||||
"user": [
|
"user": [
|
||||||
{ "name":"ftp", "password":"ftp" }
|
{
|
||||||
|
"name": "ftp",
|
||||||
|
"password": "ftp"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ntp_server": "pool.ntp.org"
|
"ntp_server": "pool.ntp.org"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue