diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 4 |
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 |
