You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2020/01/09 09:38:44 UTC

[mynewt-core] 01/02: lorashell: update max number of cli args

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 <ut...@apache.org>
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 <ut...@apache.org>
---
 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