Skip to content

Commit

Permalink
fix(cli): fix num of defined commands for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed Nov 11, 2024
1 parent 7428999 commit 7d397c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7d397c1

Please sign in to comment.