Commit 7ad1c2f0 authored by Interneedus's avatar Interneedus

Update scanner.ino

Changed baudrate to match other examples.
parent d9579b3c
......@@ -47,7 +47,7 @@ void setup(void)
// Print preamble
//
Serial.begin(57600);
Serial.begin(115200);
printf_begin();
printf("\n\rRF24/examples/scanner/\n\r");
......
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