microbit-dal: ammended accidental change to default TX_POWER
This commit is contained in:
parent
27ffb0b91c
commit
9af7a4fadf
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
// Based on trials undertaken by the BBC, the radio is normally set to its lowest power level
|
||||
// to best protect children's privacy.
|
||||
#ifndef MICROBIT_BLE_DEFAULT_TX_POWER
|
||||
#define MICROBIT_BLE_DEFAULT_TX_POWER 6
|
||||
#define MICROBIT_BLE_DEFAULT_TX_POWER 0
|
||||
#endif
|
||||
|
||||
// Enable/Disable BLE Service: MicroBitDFU
|
||||
|
|
Loading…
Reference in a new issue