From 8471046a95ab9e00f7d42b56dbbc9ce3e5b424b9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 10 Nov 2023 14:18:05 +1100 Subject: [PATCH] one weird trick to reduce boot time --- src/system_fsm/booting.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 168bb960..53288dbd 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -72,7 +72,6 @@ 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(