From 9248cb0b99b5c185f2d5c27b3988327bb71a6ff4 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 16 Jan 2026 11:41:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommandLines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLines.h b/CommandLines.h index 4c459a7..95bdedb 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -14,7 +14,7 @@ typedef struct { struct { tCliRedirectItem commandPrefixes[10]; - uint8_t cmdRxLine[512]; + uint8_t cmdRxLine[128]; } mem; tCliCmd cmd;