mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 09:58:36 -07:00
BLE Spam add basic config page (parameters later)
This commit is contained in:
8
applications/external/ble_spam/ble_spam.h
vendored
8
applications/external/ble_spam/ble_spam.h
vendored
@@ -1,14 +1,22 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view_dispatcher.h>
|
||||
#include <gui/modules/variable_item_list.h>
|
||||
|
||||
#include "scenes/_setup.h"
|
||||
|
||||
enum {
|
||||
ViewMain,
|
||||
ViewVariableItemList,
|
||||
};
|
||||
|
||||
typedef struct Attack Attack;
|
||||
|
||||
typedef struct {
|
||||
Attack* attack;
|
||||
|
||||
ViewDispatcher* view_dispatcher;
|
||||
SceneManager* scene_manager;
|
||||
|
||||
VariableItemList* variable_item_list;
|
||||
} Ctx;
|
||||
|
||||
Reference in New Issue
Block a user