From 5af9fc15ecb38dae896714ca0e086cb09586ec9f Mon Sep 17 00:00:00 2001 From: tharexde Date: Mon, 26 Oct 2020 00:11:49 +0100 Subject: [PATCH] added default file size for dump files (bin/eml) -> 136 bytes --- include/em4x50.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/em4x50.h b/include/em4x50.h index 63efb7a13..d422cf9c1 100644 --- a/include/em4x50.h +++ b/include/em4x50.h @@ -40,6 +40,7 @@ #define NO_CHARS_MAX 400 #define TIMEOUT 2000 #define RESTORE_DEFAULT_FILENAME "lf-4x50restore.bin" +#define DUMP_FILESIZE 136 typedef struct { bool addr_given;