code cleaning

This commit is contained in:
richonguzman 2023-12-03 10:19:11 -03:00
parent a82897b31e
commit 1cf6bfd0ee
2 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@
"standingUpdateTime": 15,
"sendAltitude": true,
"sendBatteryInfo": false,
"bluetooth": true,
"bluetoothType": 0,
"bluetoothActive": true,
"disableGPS": false
},
"pttTrigger": {

View File

@ -85,7 +85,8 @@ public:
int standingUpdateTime;
bool sendAltitude;
bool sendBatteryInfo;
bool bluetooth;
int bluetoothType;
bool bluetoothActive;
bool disableGPS;
Configuration();