Commit 638b199b authored by TMRh20's avatar TMRh20

Merge pull request #103 from Interneedus/patch-1

Update GettingStarted.ino
parents d9579b3c 6f5e9549
......@@ -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