From 581172f9a17becd2a93dd9f6b3c57d4e6c6415f8 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 27 Aug 2024 09:47:43 -0400 Subject: [PATCH] new -7 added --- data/tracker_config.json | 8 ++++---- src/LoRa_APRS_Tracker.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/tracker_config.json b/data/tracker_config.json index f02e473..e30ca22 100644 --- a/data/tracker_config.json +++ b/data/tracker_config.json @@ -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 }, diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 753df46..b2c9d06 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -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();