Skip to content

Commit

Permalink
Update Transfer.ino
Browse files Browse the repository at this point in the history
Serial baudrates should be the same in all examples.
  • Loading branch information
Interneedus committed Apr 20, 2015
1 parent d9579b3 commit 51600d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Transfer/Transfer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bool TX=1,RX=0,role=0;

void setup(void) {

Serial.begin(57600);
Serial.begin(115200);
printf_begin();

radio.begin(); // Setup and configure rf radio
Expand Down

0 comments on commit 51600d6

Please sign in to comment.