diff options
| -rw-r--r-- | firmware/export/config-h100.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index ae39a54..b94224a 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 |