[ble] Bumps default advertising interval to [30, 40] ms
This makes the BLE sample use the same parameters as the legacy firmware, and immproves the range.
This commit is contained in:
parent
d292190d31
commit
7be5fe1669
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ config PRST_BLE_ADV_DURATION_SEC
|
|||
|
||||
config PRST_BLE_MIN_ADV_INTERVAL
|
||||
int "Minimum advertising interval in milliseconds"
|
||||
default 100
|
||||
default 30
|
||||
|
||||
config PRST_BLE_MAX_ADV_INTERVAL
|
||||
int "Maximum advertising interval in milliseconds"
|
||||
default 150
|
||||
default 40
|
||||
|
||||
choice PRST_BLE_ENCODING
|
||||
prompt "b-parasite BLE encoding"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue