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

@@ -44,7 +44,7 @@ void setup() {
radio.initialize();
radio.frequency(144390);
radio.setRfPower(8);
radio.setRfPower(0);
dds.start();
radio.afsk.start(&dds);
delay(100);