[FL-2439] SubGhz: fix magic numbers and description in crash (#1103)

* [FL-2439] SubGhz: fix magic numbers and description on crash
This commit is contained in:
Skorpionm
2022-04-09 22:47:14 +04:00
committed by GitHub
parent 435205de33
commit 7d022c6fda
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;