diff options
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r-- | firmware/export/config-recorderv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 02430e8a02..a4179c6da4 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -88,7 +88,7 @@ #define CONFIG_LCD LCD_SSD1815 -#define BOOTFILE_EXT ".ajz" -#define BOOTFILE "ajbrec" BOOTFILE_EXT +#define BOOTFILE_EXT "ajz" +#define BOOTFILE "ajbrec." BOOTFILE_EXT #endif /* SIMULATOR */ |