new -7 added

This commit is contained in:
richonguzman 2024-08-27 09:47:43 -04:00
parent 58d5ffed4a
commit 581172f9a1
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"beacons": [
{
"callsign": "CA2RXU-6",
"callsign": "CA2RXU-7",
"gpsEcoMode": false,
"symbol": "[",
"overlay": "/",
@ -11,7 +11,7 @@
"smartBeaconSetting": 0
},
{
"callsign": "CA2RXU-6",
"callsign": "CA2RXU-7",
"gpsEcoMode": false,
"symbol": ">",
"overlay": "/",
@ -21,7 +21,7 @@
"smartBeaconSetting": 2
},
{
"callsign": "CA2RXU-6",
"callsign": "CA2RXU-7",
"gpsEcoMode": false,
"symbol": "b",
"overlay": "/",
@ -47,7 +47,7 @@
"standingUpdateTime": 15,
"sendAltitude": true,
"sendBatteryInfo": false,
"bluetoothType": 1,
"bluetoothType": 0,
"bluetoothActive": true,
"disableGPS": false
},

View File

@ -47,7 +47,7 @@ TinyGPSPlus gps;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif
String versionDate = "2024.08.26";
String versionDate = "2024.08.27";
uint8_t myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();