Change MicroSD card test serial speed
This commit is contained in:
parent
8d822c33c0
commit
a77fcf637c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ File myFile;
|
|||
void setup()
|
||||
{
|
||||
int i;
|
||||
Serial.begin(9600);
|
||||
Serial.begin(115200);
|
||||
Serial.println("\r\nHobbytronics Test Program for SD card...");
|
||||
Serial.println("Initializing SD card...");
|
||||
// On the Ethernet Shield, CS is pin 4. It's set as an output by default.
|
||||
|
|
Loading…
Reference in a new issue