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

@@ -29,7 +29,7 @@ void setup() {
Serial.println(result,DEC);
Serial.println("Setting radio to its defaults..");
radio.initialize();
radio.setRfPower(15);
radio.setRfPower(0);
radio.setChanMode(3);
}