BLE Spam support protocols extra config menus

This commit is contained in:
Willy-JL
2023-10-19 11:45:31 +01:00
parent f76f9008eb
commit 147c981cdf
3 changed files with 11 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ static bool input_callback(InputEvent* input, void* ctx) {
if(input->type == InputTypeLong) {
if(advertising) toggle_adv(state);
state->ctx.attack = &attacks[state->index];
scene_manager_set_scene_state(state->ctx.scene_manager, SceneConfig, 0);
scene_manager_next_scene(state->ctx.scene_manager, SceneConfig);
} else if(input->type == InputTypeShort) {
toggle_adv(state);