Skip to content

Commit

Permalink
fix for heltec
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 1, 2024
1 parent 20a2ad0 commit 43d0350
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file modified data_embed/bootstrap.css.gz
Binary file not shown.
Binary file modified data_embed/bootstrap.js.gz
Binary file not shown.
Binary file modified data_embed/favicon.png.gz
Binary file not shown.
Binary file modified data_embed/index.html.gz
Binary file not shown.
Binary file modified data_embed/script.js.gz
Binary file not shown.
Binary file modified data_embed/style.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/power_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ???
Expand Down

0 comments on commit 43d0350

Please sign in to comment.