External module power bug fixes

This commit is contained in:
MX
2023-03-13 18:43:50 +03:00
parent 5ddb9bd444
commit c560394358
4 changed files with 7 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ bool subghz_scene_start_on_event(void* context, SceneManagerEvent event) {
furi_hal_subghz_enable_ext_power();
if(!furi_hal_subghz_check_radio()) {
furi_hal_subghz_set_radio_type(SubGhzRadioInternal);
furi_string_set(subghz->error_str, "Please connect\nexternal radio");
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneShowErrorSub);
return true;