diff --git a/examples/helloworld_tx/helloworld_tx.pde b/examples/helloworld_tx/helloworld_tx.pde index 34e1b9a..2f53c79 100644 --- a/examples/helloworld_tx/helloworld_tx.pde +++ b/examples/helloworld_tx/helloworld_tx.pde @@ -47,7 +47,7 @@ struct payload_t void setup(void) { - Serial.begin(57600); + Serial.begin(115200); Serial.println("RF24Network/examples/helloworld_tx/"); SPI.begin();