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

@@ -50,6 +50,7 @@ void setup() {
radio.initialize();
radio.frequency(144390);
radio.setRfPower(0);
radio.bypassPreDeEmph(); // needed for digital modes
dds.start();
afsk.start(&dds);
delay(100);