Resolve compiling issues in Examples.

This commit is contained in:
nick6x
2016-08-11 20:01:02 -07:00
parent 2907eaf02e
commit 06cb3f24ed
6 changed files with 5 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ void setup() {
Serial.println("Setting radio to its defaults..");
radio.initialize();
radio.setRfPower(0);
radio.setChanMode(3);
//radio.setChanMode(3);
}
void loop() {