cleanup
This commit is contained in:
parent
0878901202
commit
fb3829815c
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"beacons": [
|
"beacons": [
|
||||||
{
|
{
|
||||||
"callsign": "CA2RXU-7",
|
"callsign": "NOCALL-7",
|
||||||
"symbol": "[",
|
"symbol": "[",
|
||||||
"overlay": "/",
|
"overlay": "/",
|
||||||
"micE": "",
|
"micE": "",
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"callsign": "CA2RXU-7",
|
"callsign": "NOCALL-7",
|
||||||
"symbol": ">",
|
"symbol": ">",
|
||||||
"overlay": "/",
|
"overlay": "/",
|
||||||
"micE": "",
|
"micE": "",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"callsign": "CA2RXU-7",
|
"callsign": "NOCALL-7",
|
||||||
"symbol": "b",
|
"symbol": "b",
|
||||||
"overlay": "/",
|
"overlay": "/",
|
||||||
"micE": "",
|
"micE": "",
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"display": {
|
"display": {
|
||||||
"showSymbol": true,
|
"showSymbol": true,
|
||||||
"ecoMode": true,
|
"ecoMode": false,
|
||||||
"timeout": 4,
|
"timeout": 4,
|
||||||
"turn180" : false
|
"turn180" : false
|
||||||
},
|
},
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"standingUpdateTime": 15,
|
"standingUpdateTime": 15,
|
||||||
"sendAltitude": true,
|
"sendAltitude": true,
|
||||||
"sendBatteryInfo": false,
|
"sendBatteryInfo": false,
|
||||||
"bluetoothType": 0,
|
"bluetoothType": 1,
|
||||||
"bluetoothActive": true,
|
"bluetoothActive": true,
|
||||||
"disableGPS": false
|
"disableGPS": false
|
||||||
},
|
},
|
||||||
|
|
@ -79,24 +79,24 @@
|
||||||
"password": "ABCDEF"
|
"password": "ABCDEF"
|
||||||
},
|
},
|
||||||
"bme": {
|
"bme": {
|
||||||
"active": true,
|
"active": false,
|
||||||
"sendTelemetry": false,
|
"sendTelemetry": false,
|
||||||
"heightCorrection": 0
|
"heightCorrection": 0
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"ledTx": true,
|
"ledTx": false,
|
||||||
"ledTxPin": 25,
|
"ledTxPin": 13,
|
||||||
"ledMessage": true,
|
"ledMessage": false,
|
||||||
"ledMessagePin": 13,
|
"ledMessagePin": 2,
|
||||||
"ledFlashlight": true,
|
"ledFlashlight": false,
|
||||||
"ledFlashlightPin": 14,
|
"ledFlashlightPin": 14,
|
||||||
"buzzerActive": true,
|
"buzzerActive": false,
|
||||||
"buzzerPinTone": 4,
|
"buzzerPinTone": 33,
|
||||||
"buzzerPinVcc": 2,
|
"buzzerPinVcc": 25,
|
||||||
"bootUpBeep": true,
|
"bootUpBeep": false,
|
||||||
"txBeep": false,
|
"txBeep": false,
|
||||||
"messageRxBeep": true,
|
"messageRxBeep": false,
|
||||||
"stationBeep": true,
|
"stationBeep": false,
|
||||||
"lowBatteryBeep": false
|
"lowBatteryBeep": false
|
||||||
},
|
},
|
||||||
"lora": {
|
"lora": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue