You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/09/03 15:39:41 UTC

[GitHub] andrzej-kaczmarek closed pull request #1377: hw/sensor: Disable OIC sensor server by default

andrzej-kaczmarek closed pull request #1377: hw/sensor: Disable OIC sensor server by default
URL: https://github.com/apache/mynewt-core/pull/1377
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/sensor/syscfg.yml b/hw/sensor/syscfg.yml
index 4c1298b4ef..4a72415494 100644
--- a/hw/sensor/syscfg.yml
+++ b/hw/sensor/syscfg.yml
@@ -25,7 +25,7 @@ syscfg.defs:
 
     SENSOR_OIC:
         description: 'Enable/Disable the OIC sensor server'
-        value: 1
+        value: 0
         restrictions:
             - OC_SERVER
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services