more fixes

This commit is contained in:
RogueMaster
2022-09-16 16:27:33 -04:00
parent 4cf45e36c7
commit b186a912c8
11 changed files with 260 additions and 127 deletions

View File

@@ -172,7 +172,7 @@ SubGhz* subghz_alloc() {
//init setting
subghz->setting = subghz_setting_alloc();
subghz_setting_load(subghz->setting, EXT_PATH("subghz/assets/setting_user"));
subghz_setting_load(subghz->setting, EXT_PATH("subghz/assets/setting_user.txt"));
// Load last used values for Read, Read RAW, etc. or default
subghz->last_setting = subghz_last_setting_alloc();