BLE Spam base config support ok interaction

This commit is contained in:
Willy-JL
2023-10-21 06:35:49 +01:00
parent 9db35bd479
commit c73c487cfe
7 changed files with 99 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ typedef struct Attack Attack;
typedef struct {
Attack* attack;
uint8_t byte_store[3];
VariableItemListEnterCallback fallback_config_enter;
ViewDispatcher* view_dispatcher;
SceneManager* scene_manager;