mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
Subghz Fix led blink on decode raw > signal info
by Willy-JL
This commit is contained in:
parent
2d32ea68fe
commit
21962da715
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ void subghz_scene_receiver_info_on_enter(void* context) {
|
|||
|
||||
subghz_scene_receiver_info_draw_widget(subghz);
|
||||
|
||||
if(!subghz_history_get_text_space_left(subghz->history, NULL)) {
|
||||
if(!subghz_history_get_text_space_left(subghz->history, NULL) &&
|
||||
!scene_manager_has_previous_scene(subghz->scene_manager, SubGhzSceneDecodeRAW)) {
|
||||
subghz->state_notifications = SubGhzNotificationStateRx;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue