mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 11:38:36 -07:00
BLE Spam support protocols extra config menus
This commit is contained in:
1
applications/external/ble_spam/ble_spam.c
vendored
1
applications/external/ble_spam/ble_spam.c
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user