Merge branch 'DarkFlippers:dev' into 420darkupds

This commit is contained in:
RogueMaster
2022-10-10 01:39:56 -04:00
committed by GitHub
14 changed files with 141 additions and 111 deletions

View File

@@ -70,6 +70,7 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) {
subghz->gui = furi_record_open(RECORD_GUI);
subghz->in_decoder_scene = false;
subghz->in_decoder_scene_skip = false;
// View Dispatcher
subghz->view_dispatcher = view_dispatcher_alloc();