Repository: incubator-mynewt-core Updated Branches: refs/heads/master ae4596c41 -> b022ac7c0
lorashell; Enable LORA_NODE_CLI by default. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b022ac7c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b022ac7c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b022ac7c Branch: refs/heads/master Commit: b022ac7c08ec7f570dd5216847291adf723983fc Parents: ae4596c Author: Marko Kiiskila <[email protected]> Authored: Wed May 3 11:17:27 2017 -0700 Committer: Marko Kiiskila <[email protected]> Committed: Wed May 3 11:17:27 2017 -0700 ---------------------------------------------------------------------- apps/lorashell/syscfg.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b022ac7c/apps/lorashell/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/lorashell/syscfg.yml b/apps/lorashell/syscfg.yml index 19b0bf6..a3953d0 100644 --- a/apps/lorashell/syscfg.yml +++ b/apps/lorashell/syscfg.yml @@ -26,3 +26,4 @@ syscfg.vals: STATS_CLI: 1 STATS_NAMES: 1 SHELL_TASK: 1 + LORA_NODE_CLI: 1
