changing default power levels of all examples

This commit is contained in:
morgan
2016-01-04 19:36:37 -08:00
parent c107df93dd
commit 9111ba5301
6 changed files with 9 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ void setup() {
radio.setVolume2(0xF);
radio.setModeReceive();
radio.setTxSourceMic();
radio.setRfPower(9);
radio.setRfPower(0);
radio.setSQLoThresh(80);
radio.setSQOn();
}