From 079b2b53d434869df419da1373aba239990c34d9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 24 Aug 2023 19:18:57 +1000 Subject: Improve DAC startup for r6 --- src/system_fsm/booting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/system_fsm/booting.cpp') 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 -- cgit v1.2.3