This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 471f837773f0b73d4174eb16487644e4a0ba49ed Author: Fabio Utzig <[email protected]> AuthorDate: Wed Jan 8 13:00:24 2020 -0300 lorashell: update max number of cli args Allow "lora rx_cfg" command to work by increasing the maximum number of parameters the shell is able to process. Signed-off-by: Fabio Utzig <[email protected]> --- apps/lorashell/syscfg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/lorashell/syscfg.yml b/apps/lorashell/syscfg.yml index a3953d0..fef99d2 100644 --- a/apps/lorashell/syscfg.yml +++ b/apps/lorashell/syscfg.yml @@ -27,3 +27,4 @@ syscfg.vals: STATS_NAMES: 1 SHELL_TASK: 1 LORA_NODE_CLI: 1 + SHELL_CMD_ARGC_MAX: 16
