You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/10/24 06:46:44 UTC

[mynewt-nimble] branch master updated: Fix path for blemesh app

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d1a29f  Fix path for blemesh app
3d1a29f is described below

commit 3d1a29fd3f711c8323937992af0d8e76ef40fcc0
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Tue Oct 22 14:47:56 2019 +0200

    Fix path for blemesh app
---
 docs/mesh/sample.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/mesh/sample.rst b/docs/mesh/sample.rst
index 79a67ce..888df18 100644
--- a/docs/mesh/sample.rst
+++ b/docs/mesh/sample.rst
@@ -9,7 +9,7 @@ no need for configuring public address.
 ::
 
     newt target create blemesh
-    newt target set blemesh app=@apache-mynewt-core/apps/blemesh
+    newt target set blemesh app=@apache-mynewt-nimble/apps/blemesh
     newt target set blemesh bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk
     newt target set blemesh build_profile=optimized
     newt target set blemesh syscfg=BLE_MESH_PB_GATT=1:BLE_MESH_DEV_UUID='(uint8_t[16]){0x22, 0x20, 0}'