code cleaning
This commit is contained in:
parent
a82897b31e
commit
1cf6bfd0ee
|
|
@ -72,7 +72,8 @@
|
|||
"standingUpdateTime": 15,
|
||||
"sendAltitude": true,
|
||||
"sendBatteryInfo": false,
|
||||
"bluetooth": true,
|
||||
"bluetoothType": 0,
|
||||
"bluetoothActive": true,
|
||||
"disableGPS": false
|
||||
},
|
||||
"pttTrigger": {
|
||||
|
|
|
|||
|
|
@ -85,7 +85,8 @@ public:
|
|||
int standingUpdateTime;
|
||||
bool sendAltitude;
|
||||
bool sendBatteryInfo;
|
||||
bool bluetooth;
|
||||
int bluetoothType;
|
||||
bool bluetoothActive;
|
||||
bool disableGPS;
|
||||
|
||||
Configuration();
|
||||
|
|
|
|||
Loading…
Reference in New Issue