From 319317c550384212972345470af9f69104fa3479 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 2 Feb 2023 00:45:21 +0100 Subject: [PATCH] lib: Minor change. --- aqhome/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqhome/serial.c b/aqhome/serial.c index ac3599f..5264df2 100644 --- a/aqhome/serial.c +++ b/aqhome/serial.c @@ -384,7 +384,7 @@ int _check(const uint8_t *ptr, uint8_t len) } if (x) { DBG_ERROR(NULL, "Bad checksum"); - GWEN_Text_DumpString(ptr, len, 2); + GWEN_Text_DumpString(ptr, len, 6); return GWEN_ERROR_GENERIC; }