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

@@ -54,6 +54,7 @@ void setup() {
Serial.print(F(" / "));
Serial.println(radio.getSQLoThresh());
radio.setModeReceive();
radio.bypassPreDeEmph(); // needed for digital modes
Serial.println(F("DDS Start"));
delay(100);
dds.start();