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

Commit fc6a0f4

Browse files
committed
Update FirebaseSerialClient.ino
1 parent 1c422b9 commit fc6a0f4

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
@@ -32,7 +32,7 @@ const String auth = "";
3232
bool initialized = false;
3333

3434
void setup() {
35-
// Connect to pc over usb.
35+
// Connect to pc over usb for debug output.
3636
Serial.begin(9600);
3737

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

0 commit comments

Comments
 (0)