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

@@ -45,7 +45,7 @@ void setup() {
// Tell the HamShield to start up
radio.initialize();
radio.setRfPower(8);
radio.setRfPower(0);
// Configure the HamShield to transmit and recieve on 446.000MHz
radio.frequency(145570);