Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
IR remote base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jul 1, 2023
1 parent 690d4eb commit b3a92a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/external/ir_remote/infrared_remote_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ int32_t infrared_remote_app(void* p) {
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
DialogsFileBrowserOptions browser_options;
dialog_file_browser_set_basic_options(&browser_options, ".txt", &I_sub1_10px);
browser_options.base_path = EXT_PATH("infrared/remote");
FuriString* map_file = furi_string_alloc();
furi_string_set(map_file, EXT_PATH("infrared/remote"));
if(!storage_file_exists(storage, EXT_PATH("infrared/remote"))) {
Expand Down

0 comments on commit b3a92a0

Please sign in to comment.