diff options
| -rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index b94224a..f4ada14 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -39,9 +39,9 @@ #define CONFIG_LCD LCD_S1D15E06 /* Offset ( in the firmware file's header ) to the file CRC */ -#define FIRMWARE_OFFSET_FILE_CRC 4 +#define FIRMWARE_OFFSET_FILE_CRC 0 /* Offset ( in the firmware file's header ) to the real data */ -#define FIRMWARE_OFFSET_FILE_DATA 6 +#define FIRMWARE_OFFSET_FILE_DATA 8 #endif |