From 8be08093e2825ad874a13f6268eaa1a90ca76a72 Mon Sep 17 00:00:00 2001 From: derskythe Date: Wed, 28 Sep 2022 06:28:23 +0400 Subject: [PATCH] Change name of file to not able to "Run in App" in Browser --- applications/main/subghz/subghz_last_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/subghz_last_settings.c b/applications/main/subghz/subghz_last_settings.c index 764c78fea..a4e89c0ee 100644 --- a/applications/main/subghz/subghz_last_settings.c +++ b/applications/main/subghz/subghz_last_settings.c @@ -7,7 +7,7 @@ #define SUBGHZ_LAST_SETTING_FILE_TYPE "Flipper SubGhz Last Setting File" #define SUBGHZ_LAST_SETTING_FILE_VERSION 1 -#define SUBGHZ_LAST_SETTINGS_PATH EXT_PATH(".subghz.settings") +#define SUBGHZ_LAST_SETTINGS_PATH EXT_PATH("subghz.settings") // 1 = "AM650" // "AM270", "AM650", "FM238", "FM476", #define SUBGHZ_LAST_SETTING_DEFAULT_PRESET 1