diff options
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 41adb906..dcfefbab 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -45,6 +45,8 @@ auto Booting::entry() -> void { sGpios.reset(drivers::Gpios::Create()); assert(sGpios != nullptr); + sGpios->set_listener(&sGpiosCallback); + // Start bringing up LVGL now, since we have all of its prerequisites. ESP_LOGI(kTag, "starting ui"); if (!ui::UiState::Init(sGpios.get())) { |
