From 6ccbd8c222b714ecae36f4126d1deacdcce48822 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Fri, 14 Feb 2025 21:02:07 -0300 Subject: [PATCH] updated ble --- src/LoRa_APRS_Tracker.cpp | 2 +- src/power_utils.cpp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 4c9b2c58..9a9ef658 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -57,7 +57,7 @@ TinyGPSPlus gps; BluetoothSerial SerialBT; #endif -String versionDate = "2025.02.13"; +String versionDate = "2025.02.14"; uint8_t myBeaconsIndex = 0; int myBeaconsSize = Config.beacons.size(); diff --git a/src/power_utils.cpp b/src/power_utils.cpp index 46e1dc61..44ca1153 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -473,12 +473,11 @@ namespace POWER_Utils { displayToggle(false); PMU.shutdown(); #else - if (Config.bluetooth.active && Config.bluetooth.useBLE) { BLE_Utils::stop(); - } else { + } /*else { // turn off BT classic ??? - } + }*/ #ifdef VEXT_CTRL #if defined(HELTEC_V3_GPS) || defined(HELTEC_V3_TNC) || defined(HELTEC_WIRELESS_TRACKER) || defined(HELTEC_WSL_V3_GPS_DISPLAY)