Skip to content

Commit

Permalink
Update helloworld_tx.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
Avamander authored May 5, 2018
1 parent 230d3b8 commit 9950344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld_tx/helloworld_tx.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct payload_t { // Structure of our payload

void setup(void)
{
Serial.begin(57600);
Serial.begin(115200);
Serial.println("RF24Network/examples/helloworld_tx/");

SPI.begin();
Expand Down

0 comments on commit 9950344

Please sign in to comment.