mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 21:08:35 -07:00
BLE Spam refactor again to use scene manager
This commit is contained in:
14
applications/external/ble_spam/ble_spam.h
vendored
Normal file
14
applications/external/ble_spam/ble_spam.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view_dispatcher.h>
|
||||
|
||||
#include "scenes/_setup.h"
|
||||
|
||||
enum {
|
||||
ViewMain,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
ViewDispatcher* view_dispatcher;
|
||||
SceneManager* scene_manager;
|
||||
} Ctx;
|
||||
Reference in New Issue
Block a user