Skip to content

Commit

Permalink
updated ble
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Feb 15, 2025
1 parent 0a2e1b3 commit 6ccbd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
5 changes: 2 additions & 3 deletions src/power_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ccbd8c

Please sign in to comment.