You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/04/26 17:45:59 UTC

[09/10] incubator-mynewt-core git commit: apps/bleprph: disable console input to save flash

apps/bleprph: disable console input to save flash


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/27ff3195
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/27ff3195
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/27ff3195

Branch: refs/heads/master
Commit: 27ff31954fe450ae2d0d2282db7c0492995b277a
Parents: 6f73953
Author: Micha\u0142 Narajowski <mi...@codecoup.pl>
Authored: Thu Mar 23 13:40:04 2017 +0100
Committer: Micha\u0142 Narajowski <mi...@codecoup.pl>
Committed: Tue Apr 25 17:49:15 2017 -0700

----------------------------------------------------------------------
 apps/bleprph/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/27ff3195/apps/bleprph/syscfg.yml
----------------------------------------------------------------------
diff --git a/apps/bleprph/syscfg.yml b/apps/bleprph/syscfg.yml
index 9bc5db5..d9f69bb 100644
--- a/apps/bleprph/syscfg.yml
+++ b/apps/bleprph/syscfg.yml
@@ -21,6 +21,7 @@
 syscfg.vals:
     # Use INFO log level to reduce code size.  DEBUG is too large for nRF51.
     LOG_LEVEL: 1
+    CONSOLE_INPUT: 0
 
     # Disable central and observer roles.
     BLE_ROLE_BROADCASTER: 1