Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 76c746c

Browse files
committed
merged
2 parents 9f146de + fc6a0f4 commit 76c746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FirebaseSerialClient/FirebaseSerialClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void setup() {
3939
pinMode(flashButtonPin, INPUT);
4040
pinMode(ledPin, OUTPUT);
4141

42-
// Connect to pc over usb.
42+
// Connect to pc over usb for debug output.
4343
Serial.begin(9600);
4444

4545
// Connect to chiplet over the Serial1 port (pins 19 and 18).

0 commit comments

Comments
 (0)