one weird trick to reduce boot time

custom
jacqueline 1 year ago
parent 270bce7212
commit 8471046a95
  1. 1
      src/system_fsm/booting.cpp

@ -72,7 +72,6 @@ auto Booting::entry() -> void {
ESP_LOGI(kTag, "installing remaining drivers"); ESP_LOGI(kTag, "installing remaining drivers");
sServices->samd(std::unique_ptr<drivers::Samd>(drivers::Samd::Create())); sServices->samd(std::unique_ptr<drivers::Samd>(drivers::Samd::Create()));
vTaskDelay(pdMS_TO_TICKS(1000));
sServices->nvs( sServices->nvs(
std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync())); std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync()));
sServices->touchwheel( sServices->touchwheel(

Loading…
Cancel
Save