Revert "fetch big commit from upstream"

This reverts commit 6634999113.
This commit is contained in:
r3df0xx
2022-05-27 22:18:35 +03:00
parent 310e140024
commit b23b3c9e8d
68 changed files with 475 additions and 655 deletions

View File

@@ -303,7 +303,7 @@ void subghz_cli_command_decode_raw(Cli* cli, string_t args, void* context) {
UNUSED(context);
string_t file_name;
string_init(file_name);
string_set_str(file_name, "/any/subghz/test.sub");
string_set(file_name, "/any/subghz/test.sub");
Storage* storage = furi_record_open("storage");
FlipperFormat* fff_data_file = flipper_format_file_alloc(storage);