From 955a8ce303a9f8fd6a34009934e3d7aaeff3ec17 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 1 Aug 2023 12:13:48 +1000 Subject: Basic nvs init + bluetooth in the build --- src/system_fsm/include/system_fsm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/system_fsm/include/system_fsm.hpp') diff --git a/src/system_fsm/include/system_fsm.hpp b/src/system_fsm/include/system_fsm.hpp index 6f0eb563..dc188780 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -16,6 +16,7 @@ #include "relative_wheel.hpp" #include "samd.hpp" #include "storage.hpp" +#include "nvs.hpp" #include "tag_parser.hpp" #include "tinyfsm.hpp" #include "touchwheel.hpp" @@ -54,6 +55,7 @@ class SystemState : public tinyfsm::Fsm { protected: static std::shared_ptr sGpios; static std::shared_ptr sSamd; + static std::shared_ptr sNvs; static std::shared_ptr sTouch; static std::shared_ptr sRelativeTouch; -- cgit v1.2.3