update examples

This commit is contained in:
Morgan Redfield
2018-07-03 16:02:21 -07:00
parent a9f3380f85
commit 176814bc98
7 changed files with 14 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ void setup() {
Serial.println(result);
radio.initialize();
radio.frequency(446000);
radio.bypassPreDeEmph();
radio.setModeReceive();
}