From d6b83fcf4a1a3039c06e0b1d1a1f7e2af2351efb Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 15 Aug 2023 13:53:30 +1000 Subject: Flesh out basic bluetooth support No ui yet, and performance isn't great. It kinda works though!! --- 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 d30a712c..3d513666 100644 --- a/src/system_fsm/include/system_fsm.hpp +++ b/src/system_fsm/include/system_fsm.hpp @@ -10,6 +10,7 @@ #include "app_console.hpp" #include "battery.hpp" +#include "bluetooth.hpp" #include "database.hpp" #include "display.hpp" #include "gpios.hpp" @@ -62,6 +63,7 @@ class SystemState : public tinyfsm::Fsm { static std::shared_ptr sBattery; static std::shared_ptr sStorage; static std::shared_ptr sDisplay; + static std::shared_ptr sBluetooth; static std::shared_ptr sDatabase; static std::shared_ptr sTagParser; -- cgit v1.2.3