diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index ae39a5453f..b94224a542 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -38,4 +38,10 @@ #define CONFIG_LCD LCD_S1D15E06 +/* Offset ( in the firmware file's header ) to the file CRC */ +#define FIRMWARE_OFFSET_FILE_CRC 4 + +/* Offset ( in the firmware file's header ) to the real data */ +#define FIRMWARE_OFFSET_FILE_DATA 6 + #endif