Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Update examples/Si4735_Advanced_Radio/Si4735_Advanced_Radio.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarrier committed Mar 25, 2012
1 parent d7fb4d6 commit 0d2870e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/Si4735_Advanced_Radio/Si4735_Advanced_Radio.ino
Expand Up @@ -131,9 +131,7 @@ void setup()
LCD.goTo(16);
Serial.print("...Loading-Up...");

//Set the LCD to it's max supported Baud
//Reconfiguring the LCD like this seems to cause initial boot lockups
//If you have boot issues, comment the next 4 statements out
//Set the LCD to it's max supported Baud
LCD.setBaud(38400);
//Reconfigure the Serial interface for the new setting
Serial.end();
Expand Down

0 comments on commit 0d2870e

Please sign in to comment.