This is an automated email from the ASF dual-hosted git repository.
janc 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 aafed638a apps/bttester: Remove not used syscfg value
aafed638a is described below
commit aafed638a844aa1477647f547a2dadcabd6a6d9d
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Mar 4 13:54:37 2025 +0100
apps/bttester: Remove not used syscfg value
BTTESTER_CONN_PARAM_UPDATE is leftover and is no longer used in code.
---
apps/bttester/syscfg.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 0fe4727e4..1be294557 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -74,10 +74,6 @@ syscfg.defs:
description: Maximum BTP payload
value: 2048
- BTTESTER_CONN_PARAM_UPDATE:
- description: Trigger conn param update after connection establish
- value: 0
-
BTTESTER_DEBUG:
description: Enable debug logging
value: 0