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

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

commit 74fafd81da558734fc02b36cd10f55b2250cf33e
Author: MichaƂ Narajowski <michal.narajow...@codecoup.pl>
AuthorDate: Thu May 21 13:08:43 2020 +0200

    apps/bttester: Disable store persist
    
    Store pkg was changed in commit 760f2391 and we forgot to update
    the syscfg value.
---
 apps/bttester/syscfg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index c9ba0df..1155d50 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -104,6 +104,7 @@ syscfg.vals:
     BLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL: 9
     BLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL: 30
     BLE_SVC_GAP_PPCP_SUPERVISION_TMO: 2000
+    BLE_STORE_CONFIG_PERSIST: 0
 
     BLE_MESH: 1
     BLE_MESH_SHELL: 0

Reply via email to