diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 28cd8cf6..c4be715b 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -82,7 +82,7 @@ auto Booting::entry() -> void { sServices->bluetooth(std::make_unique<drivers::Bluetooth>(sServices->nvs())); sServices->bluetooth().SetEventHandler(bt_event_cb); - if (sServices->nvs().OutputMode().get() == + if (sServices->nvs().OutputMode() == drivers::NvsStorage::Output::kBluetooth) { ESP_LOGI(kTag, "enabling bluetooth"); sServices->bluetooth().Enable(); |
