Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-11-10 13:05:03 -05:00
5 changed files with 85 additions and 31 deletions

View File

@@ -153,6 +153,7 @@ bool subghz_save_protocol_to_file(
const char* dev_file_name);
bool subghz_load_protocol_from_file(SubGhz* subghz);
bool subghz_rename_file(SubGhz* subghz);
bool subghz_file_available(SubGhz* subghz);
bool subghz_delete_file(SubGhz* subghz);
void subghz_file_name_clear(SubGhz* subghz);
bool subghz_path_is_file(FuriString* path);