explictely set radio default power to 6 (#1286)
This commit is contained in:
@ -53,6 +53,7 @@ namespace radio {
|
||||
}
|
||||
if (!radioEnabled) {
|
||||
uBit.radio.setGroup(pxt::programHash());
|
||||
uBit.radio.setTransmitPower(6); // start with high power by default
|
||||
radioEnabled = true;
|
||||
}
|
||||
return r;
|
||||
|
Reference in New Issue
Block a user