This commit is contained in:
r3df0xx
2022-04-11 00:38:20 +03:00
parent 745d91c53a
commit 2a2c4ba568
2 changed files with 8 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ bool subghz_scene_receiver_info_on_event(void* context, SceneManagerEvent event)
byte_input_callback,
NULL,
subghz,
NULL,
NULL);
subghz->seed_data->seed,
subghz->seed_data->seed_len);
view_dispatcher_switch_to_view(subghz->view_dispatcher, SubGhzViewIdByteInput);
}
} else if(event.type == SceneManagerEventTypeTick) {