microbit: Default NLE transmission morefor OPEN mode set to 0dbm
Update to MicroBitConfig.h such that the MICROBIT_BLE_OPEN option now also sets the radio transmission power to its hardware default (0dbm), rather than the child protection setting (-30dbm).
This commit is contained in:
parent
34d4af0f12
commit
bb8efa9f1e
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
|||
#define MICROBIT_BLE_SECURITY_LEVEL SECURITY_MODE_ENCRYPTION_OPEN_LINK
|
||||
#define MICROBIT_BLE_WHITELIST 0
|
||||
#define MICROBIT_BLE_ADVERTISING_TIMEOUT 0
|
||||
#define MICROBIT_BLE_DEFAULT_TX_POWER 6
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue