diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-06 17:56:17 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-06 17:56:17 +1100 |
| commit | aff28342d94f9140e36a793353575d243cc789b8 (patch) | |
| tree | bb1a0ac55b17070676ef445bac6f5b9aa6f0fd20 /src/ui/include | |
| parent | a75adfc124e4afa461aea438a1e42649de7115cd (diff) | |
| download | tangara-fw-aff28342d94f9140e36a793353575d243cc789b8.tar.gz | |
let the bluetooth stack handle its own discovery state
Diffstat (limited to 'src/ui/include')
| -rw-r--r-- | src/ui/include/ui_fsm.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/include/ui_fsm.hpp b/src/ui/include/ui_fsm.hpp index 42110bdb..c097e764 100644 --- a/src/ui/include/ui_fsm.hpp +++ b/src/ui/include/ui_fsm.hpp @@ -108,7 +108,6 @@ class UiState : public tinyfsm::Fsm<UiState> { static lua::Property sBluetoothConnected; static lua::Property sBluetoothPairedDevice; static lua::Property sBluetoothDevices; - static lua::Property sBluetoothScanning; static lua::Property sPlaybackPlaying; |
