oic; reduce the default number of registrable resources.
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/e696b98d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e696b98d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e696b98d Branch: refs/heads/develop Commit: e696b98db70ecafe6d0c1817e595f5d072ce3534 Parents: 4947fa4 Author: Marko Kiiskila <[email protected]> Authored: Thu Dec 15 12:27:25 2016 -0800 Committer: Sterling Hughes <[email protected]> Committed: Sun Dec 18 13:56:17 2016 -0800 ---------------------------------------------------------------------- net/oic/syscfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e696b98d/net/oic/syscfg.yml ---------------------------------------------------------------------- diff --git a/net/oic/syscfg.yml b/net/oic/syscfg.yml index 3d71e7d..c5dbfa2 100644 --- a/net/oic/syscfg.yml +++ b/net/oic/syscfg.yml @@ -52,7 +52,7 @@ syscfg.defs: OC_APP_RESOURCES: description: 'Maximum number of server resources' - value: 8 + value: 3 OC_NUM_DEVICES: description: 'Number of devices on the OCF platform'
