Repository: incubator-mynewt-core Updated Branches: refs/heads/master 4f89ca820 -> a819c9bfd
lorashell; enable SHELL_TASK 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/a819c9bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a819c9bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a819c9bf Branch: refs/heads/master Commit: a819c9bfd9462d81e54ce7e6b40975a84c43e249 Parents: 4f89ca8 Author: Marko Kiiskila <[email protected]> Authored: Tue May 2 16:53:30 2017 -0700 Committer: Marko Kiiskila <[email protected]> Committed: Tue May 2 16:53:30 2017 -0700 ---------------------------------------------------------------------- apps/lorashell/syscfg.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a819c9bf/apps/lorashell/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/lorashell/syscfg.yml b/apps/lorashell/syscfg.yml index ba7ce41..19b0bf6 100644 --- a/apps/lorashell/syscfg.yml +++ b/apps/lorashell/syscfg.yml @@ -25,3 +25,4 @@ syscfg.defs: syscfg.vals: STATS_CLI: 1 STATS_NAMES: 1 + SHELL_TASK: 1
