summaryrefslogtreecommitdiff
path: root/src/system_fsm/booting.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-24 19:18:57 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-24 19:18:57 +1000
commit079b2b53d434869df419da1373aba239990c34d9 (patch)
tree3527fae9473f0efbc4a827b795dc6718406ff1e3 /src/system_fsm/booting.cpp
parent394e3e946699e9dd96cf75deb775a06454728cf2 (diff)
downloadtangara-fw-079b2b53d434869df419da1373aba239990c34d9.tar.gz
Improve DAC startup for r6
Diffstat (limited to 'src/system_fsm/booting.cpp')
-rw-r--r--src/system_fsm/booting.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp
index 78653592..33ed39d1 100644
--- a/src/system_fsm/booting.cpp
+++ b/src/system_fsm/booting.cpp
@@ -80,8 +80,8 @@ auto Booting::entry() -> void {
true, NULL, battery_timer_cb);
xTimerStart(battery_timer, portMAX_DELAY);
- ESP_LOGI(kTag, "starting bluetooth");
- sBluetooth.reset(new drivers::Bluetooth(sNvs.get()));
+ // ESP_LOGI(kTag, "starting bluetooth");
+ // sBluetooth.reset(new drivers::Bluetooth(sNvs.get()));
// sBluetooth->Enable();
// At this point we've done all of the essential boot tasks. Start remaining