From f09ba5ffd53bf7d28e0dc516c00a8f69ca7efae9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 28 Sep 2023 08:29:55 +1000 Subject: Use bindey for databinding instead of hand rolling ui updates --- src/system_fsm/booting.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/system_fsm/booting.cpp') diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index c4be715b..7914a5c3 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -66,6 +66,7 @@ auto Booting::entry() -> void { ESP_LOGI(kTag, "installing remaining drivers"); sServices->samd(std::unique_ptr(drivers::Samd::Create())); + vTaskDelay(pdMS_TO_TICKS(1000)); sServices->nvs( std::unique_ptr(drivers::NvsStorage::OpenSync())); sServices->touchwheel( -- cgit v1.2.3