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:
Joe Finney 2016-02-08 16:11:50 +00:00
parent 34d4af0f12
commit bb8efa9f1e

View file

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