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

View File

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