Skip to content

Commit

Permalink
Merge pull request #103 from Interneedus/patch-1
Browse files Browse the repository at this point in the history
Update GettingStarted.ino
  • Loading branch information
TMRh20 committed Apr 23, 2015
2 parents d9579b3 + 6f5e954 commit 638b199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GettingStarted/GettingStarted.ino
Expand Up @@ -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"));

Expand Down

0 comments on commit 638b199

Please sign in to comment.