Tidy up all applications data and resources paths

This commit is contained in:
Willy-JL
2023-07-01 02:31:37 +02:00
parent f918f746c4
commit 690d4eb661
81 changed files with 700 additions and 121 deletions

View File

@@ -20,7 +20,7 @@ void subbrute_scene_load_file_on_enter(void* context) {
// TODO: DELETE IT
#ifdef SUBBRUTE_FAST_TRACK
bool res = true;
furi_string_printf(load_path, "%s", "/ext/subghz/princeton.sub");
furi_string_printf(load_path, "%s", EXT_PATH("subghz/princeton.sub"));
#else
bool res =
dialog_file_browser_show(instance->dialogs, load_path, app_folder, &browser_options);
@@ -88,4 +88,4 @@ bool subbrute_scene_load_file_on_event(void* context, SceneManagerEvent event) {
UNUSED(context);
UNUSED(event);
return false;
}
}