fix for heltec

This commit is contained in:
richonguzman 2024-10-01 09:10:54 -03:00
parent 20a2ad09ed
commit 43d0350db9
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -470,7 +470,7 @@ namespace POWER_Utils {
PMU.shutdown();
#else
if (Config.bluetoothType == 0 || Config.bluetoothType == 2) {
if (Config.bluetooth.type == 0 || Config.bluetooth.type == 2) {
BLE_Utils::stop();
} else {
// turn off BT classic ???