summaryrefslogtreecommitdiff
path: root/src/drivers/bluetooth.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-03 20:12:03 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-03 20:12:03 +1000
commit9457f9021a633ab97b8259f162124857cc0acf8e (patch)
tree99e3e228f4cf4dbc37f7c29dc144534670fbc054 /src/drivers/bluetooth.cpp
parent4afe9d9b5c75bb25746b8e213b83e6785b5c0672 (diff)
downloadtangara-fw-9457f9021a633ab97b8259f162124857cc0acf8e.tar.gz
u didnt see shit
Diffstat (limited to 'src/drivers/bluetooth.cpp')
-rw-r--r--src/drivers/bluetooth.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/bluetooth.cpp b/src/drivers/bluetooth.cpp
index 23039a01..8cf2b477 100644
--- a/src/drivers/bluetooth.cpp
+++ b/src/drivers/bluetooth.cpp
@@ -446,7 +446,6 @@ void Disabled::entry() {
}
void Disabled::react(const events::Enable&) {
- ESP_LOGI("jacqueline", "BEGIN INIT BT");
esp_bt_controller_config_t config = BT_CONTROLLER_INIT_CONFIG_DEFAULT();
esp_err_t err;
if ((err = esp_bt_controller_init(&config) != ESP_OK)) {