diff --git a/data_embed/bootstrap.css.gz b/data_embed/bootstrap.css.gz index ab1a2e6..0413175 100644 Binary files a/data_embed/bootstrap.css.gz and b/data_embed/bootstrap.css.gz differ diff --git a/data_embed/bootstrap.js.gz b/data_embed/bootstrap.js.gz index 28396ba..aadb5ed 100644 Binary files a/data_embed/bootstrap.js.gz and b/data_embed/bootstrap.js.gz differ diff --git a/data_embed/favicon.png.gz b/data_embed/favicon.png.gz index 3b7d577..e83cc99 100644 Binary files a/data_embed/favicon.png.gz and b/data_embed/favicon.png.gz differ diff --git a/data_embed/index.html.gz b/data_embed/index.html.gz index fc8be65..173757d 100644 Binary files a/data_embed/index.html.gz and b/data_embed/index.html.gz differ diff --git a/data_embed/script.js.gz b/data_embed/script.js.gz index 367768b..b3f4f49 100644 Binary files a/data_embed/script.js.gz and b/data_embed/script.js.gz differ diff --git a/data_embed/style.css.gz b/data_embed/style.css.gz index 9ecf866..74b0afa 100644 Binary files a/data_embed/style.css.gz and b/data_embed/style.css.gz differ diff --git a/src/power_utils.cpp b/src/power_utils.cpp index b1530ae..7d4feb8 100644 --- a/src/power_utils.cpp +++ b/src/power_utils.cpp @@ -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 ???