[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:
rbaron 2023-02-12 16:02:51 +01:00
parent d292190d31
commit 7be5fe1669

View file

@ -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"