Commit 51600d69 authored by Interneedus's avatar Interneedus

Update Transfer.ino

Serial baudrates should be the same in all examples.
parent d9579b3c
...@@ -33,7 +33,7 @@ bool TX=1,RX=0,role=0; ...@@ -33,7 +33,7 @@ bool TX=1,RX=0,role=0;
void setup(void) { void setup(void) {
Serial.begin(57600); Serial.begin(115200);
printf_begin(); printf_begin();
radio.begin(); // Setup and configure rf radio radio.begin(); // Setup and configure rf radio
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment