Commit 6f5e9549 authored by Interneedus's avatar Interneedus

Update GettingStarted.ino

Serial connection baudrates should be same in all examples.
parent d9579b3c
......@@ -22,7 +22,7 @@ byte addresses[][6] = {"1Node","2Node"};
bool role = 0;
void setup() {
Serial.begin(57600);
Serial.begin(115200);
Serial.println(F("RF24/examples/GettingStarted"));
Serial.println(F("*** PRESS 'T' to begin transmitting to the other node"));
......
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