Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-04-10 03:11:33 +03:00
committed by GitHub
4 changed files with 34 additions and 28 deletions

View File

@@ -181,7 +181,7 @@ bool subghz_scene_read_raw_on_event(void* context, SceneManagerEvent event) {
scene_manager_next_scene(subghz->scene_manager, SubGhzSceneMoreRAW);
return true;
} else {
furi_crash(NULL);
furi_crash("SugGhz: RAW file name update error.");
}
break;