fix for heltec
This commit is contained in:
parent
20a2ad09ed
commit
43d0350db9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -470,7 +470,7 @@ namespace POWER_Utils {
|
||||||
PMU.shutdown();
|
PMU.shutdown();
|
||||||
#else
|
#else
|
||||||
|
|
||||||
if (Config.bluetoothType == 0 || Config.bluetoothType == 2) {
|
if (Config.bluetooth.type == 0 || Config.bluetooth.type == 2) {
|
||||||
BLE_Utils::stop();
|
BLE_Utils::stop();
|
||||||
} else {
|
} else {
|
||||||
// turn off BT classic ???
|
// turn off BT classic ???
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue