Move examples to 57600 baud

This commit is contained in:
maniacbug
2011-06-27 21:06:08 -07:00
parent 91df6f6df5
commit fea8c0e82f
6 changed files with 6 additions and 6 deletions

View File

@@ -128,7 +128,7 @@ void setup(void)
// Print preamble
//
Serial.begin(9600);
Serial.begin(57600);
printf_begin();
printf("\n\rRF24/examples/starping/\n\r");
printf("ROLE: %s\n\r",role_friendly_name[role]);