Commit af397935 authored by Avamander's avatar Avamander

Updated serial baudrate

parent df96ae72
......@@ -114,7 +114,7 @@ void setup(void)
// Print preamble
//
Serial.begin(57600);
Serial.begin(115200);
printf_begin();
printf("\n\rRF24/tests/pingpair_blocking/\n\r");
printf("ROLE: %s\n\r",role_friendly_name[role]);
......@@ -270,4 +270,4 @@ void loop(void)
printf("FAIL\n\r\n\r");
}
}
// vim:cin:ai:sts=2 sw=2 ft=cpp
\ No newline at end of file
// vim:cin:ai:sts=2 sw=2 ft=cpp
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