From 8a0a167adbf3d9b6f8b6f16aaf20ca39ad5549de Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sun, 12 Nov 2023 19:14:09 +1100 Subject: Convert the main menu screen to lua lol --- src/system_fsm/booting.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system_fsm/booting.cpp') diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 53288dbd..e7080e9b 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -6,6 +6,7 @@ #include "collation.hpp" #include "haptics.hpp" +#include "spiffs.hpp" #include "system_fsm.hpp" #include @@ -71,6 +72,7 @@ auto Booting::entry() -> void { tasks::Worker::Start()}); ESP_LOGI(kTag, "installing remaining drivers"); + drivers::spiffs_mount(); sServices->samd(std::unique_ptr(drivers::Samd::Create())); sServices->nvs( std::unique_ptr(drivers::NvsStorage::OpenSync())); -- cgit v1.2.3