mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 08:47:13 +00:00
SubGhz: refactoring
This commit is contained in:
parent
e817a4cdba
commit
5b447d0a56
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ bool subghz_scene_transmitter_on_event(void* context, SceneManagerEvent event) {
|
|||
subghz_txrx_stop(subghz->txrx);
|
||||
|
||||
if(!subghz_tx_start(subghz, subghz_txtx_get_fff_data(subghz->txrx))) {
|
||||
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneShowOnlyRx);
|
||||
scene_manager_next_scene(
|
||||
subghz->scene_manager, SubGhzSceneShowOnlyRx); //TODO Is this necessary?
|
||||
}
|
||||
|
||||
subghz_txrx_stop(subghz->txrx);
|
||||
|
|
Loading…
Reference in a new issue