Standardize serial monitor baud rate in AFSK Packet Tester example

This commit is contained in:
nick6x
2016-08-18 19:14:08 -07:00
parent 9e0db9d537
commit 62e137f8f2
2 changed files with 1 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ void setup() {
// turn on pwr to the radio
digitalWrite(RESET_PIN, HIGH);
Serial.begin(115200);
Serial.begin(9600);
radio.initialize();
radio.frequency(144390);