fix too small arr
This commit is contained in:
@@ -181,7 +181,7 @@ int demodNexWatch(bool verbose) {
|
|||||||
// Checksum
|
// Checksum
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t magic;
|
uint8_t magic;
|
||||||
char desc[10];
|
char desc[13];
|
||||||
uint8_t chk;
|
uint8_t chk;
|
||||||
} nexwatch_magic_t;
|
} nexwatch_magic_t;
|
||||||
nexwatch_magic_t items[] = {
|
nexwatch_magic_t items[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user