From 7d397c1c332d311d95d0e494d0689644ffc706c3 Mon Sep 17 00:00:00 2001 From: jgauchia Date: Mon, 11 Nov 2024 23:15:03 +0100 Subject: [PATCH] fix(cli): fix num of defined commands for CLI --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 8c99d79e..ac784a3a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -34,7 +34,7 @@ build_flags = -D SHELLMINATOR_BUFF_DIM=70 -D SHELLMINATOR_LOGO_COLOR=BLUE -D COMMANDER_MAX_COMMAND_SIZE=70 - -D WCLI_MAX_CMDS=13 # set n+1 of defined commands for CLI + -D WCLI_MAX_CMDS=14 # set n+1 of defined commands for CLI ; -D DISABLE_CLI_TELNET=1 # disable remote access via telnet. It needs CLI ; -D DISABLE_CLI=1 # removed CLI module. Config via Bluetooth only