Skip to content

Commit b52ae65

Browse files
author
JChristensen
committed
Change baud rate in example sketch.
1 parent e49bb2f commit b52ae65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SetSerial/SetSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void setup(void)
4343
{
4444
byte rtcID[8];
4545

46-
Serial.begin(57600);
46+
Serial.begin(115200);
4747

4848
//setSyncProvider() causes the Time library to synchronize with the
4949
//external RTC by calling RTC.get() every five minutes by default.

0 commit comments

Comments
 (0)