diff --git a/ReadMe.md b/ReadMe.md index 279532210..9aae945f7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -22,6 +22,7 @@ Thank you to all the supporters! - Fixed Cannot Parse File error thanks to @ClaraCrazy - Fixed snake scoring showing +7 - Added: [POCSAG (By Shmuma)](https://github.com/Shmuma/flipper-zero-pocsag) +- Updated: [Intravelometer (By theageoflove)](https://github.com/theageoflove/flipperzero-zeitraffer) ## Install from Release FLASH STOCK FIRST BEFORE UPDATING TO CUSTOM FIRMWARE! diff --git a/applications/plugins/timelapse/zeitraffer.c b/applications/plugins/timelapse/zeitraffer.c index 338d78022..38f428c5d 100644 --- a/applications/plugins/timelapse/zeitraffer.c +++ b/applications/plugins/timelapse/zeitraffer.c @@ -7,8 +7,8 @@ #include "gpio_item.h" #include "GPIO_Intervalometer_icons.h" -#define CONFIG_FILE_DIRECTORY_PATH "/ext/apps_data/intravalometer" -#define CONFIG_FILE_PATH CONFIG_FILE_DIRECTORY_PATH "/intravalometer.conf" +#define CONFIG_FILE_DIRECTORY_PATH "/ext/apps_data/intravelometer" +#define CONFIG_FILE_PATH CONFIG_FILE_DIRECTORY_PATH "/intravelometer.conf" // Часть кода покрадена из https://github.com/zmactep/flipperzero-hello-world