Skip to content

Commit

Permalink
Updated serial baudrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Avamander committed Jan 7, 2016
1 parent 1e8f05a commit 695fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Usage/led_remote/led_remote.pde
Expand Up @@ -108,7 +108,7 @@ void setup(void)
// Print preamble
//

Serial.begin(57600);
Serial.begin(115200);
printf_begin();
printf("\n\rRF24/examples/led_remote/\n\r");
printf("ROLE: %s\n\r",role_friendly_name[role]);
Expand Down

0 comments on commit 695fa51

Please sign in to comment.