Commit 842d0489 authored by Avamander's avatar Avamander

Changed serial baudrate

parent 8115a343
......@@ -43,7 +43,7 @@ bool TX=1,RX=0,role=0, transferInProgress = 0;
void setup(void) {
Serial.begin(57600);
Serial.begin(115200);
printf_begin();
radio.begin(); // Setup and configure rf radio
......
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