Fix incompatibility with OFW in subghz part + improve speed

SubGHz app launch times improved, also setting_user file no longer added by firmware, this update will remove this file, be sure to backup!
Now this file is actually should be created by user and will be not removed every update!
This commit is contained in:
MX
2022-12-11 00:42:26 +03:00
parent 63b40992ef
commit 17ea9315e0
10 changed files with 173 additions and 185 deletions

View File

@@ -18,7 +18,7 @@ SubGhzSetting* subghz_setting_alloc(void);
void subghz_setting_free(SubGhzSetting* instance);
void subghz_setting_load(SubGhzSetting* instance, const char* file_path, bool not_skip_frequencies);
void subghz_setting_load(SubGhzSetting* instance, const char* file_path);
size_t subghz_setting_get_frequency_count(SubGhzSetting* instance);