Skip to content

Commit

Permalink
set idle state when running read from main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jun 22, 2024
1 parent 6d967d7 commit 632627b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/main/subghz/scenes/subghz_scene_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ bool subghz_scene_start_on_event(void* context, SceneManagerEvent event) {
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneReadRAW);
return true;
} else if(event.event == SubmenuIndexRead) {
subghz_rx_key_state_set(subghz, SubGhzRxKeyStateIDLE);
scene_manager_set_scene_state(
subghz->scene_manager, SubGhzSceneStart, SubmenuIndexRead);
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneReceiver);
Expand Down

0 comments on commit 632627b

Please sign in to comment.