fix too small arr

This commit is contained in:
iceman1001
2021-05-07 20:40:39 +02:00
parent 578fc70499
commit da3dbd9f82

View File

@@ -181,7 +181,7 @@ int demodNexWatch(bool verbose) {
// Checksum
typedef struct {
uint8_t magic;
char desc[10];
char desc[13];
uint8_t chk;
} nexwatch_magic_t;
nexwatch_magic_t items[] = {