Skip to content

Commit 47f306c

Browse files
committed
fix ser
1 parent 393fffa commit 47f306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wippersnapper_demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void setup() {
2424
wipper.provision();
2525

2626
Serial.begin(115200);
27-
while (!Serial) delay(10);
27+
// while (!Serial) delay(10);
2828

2929
wipper.connect();
3030

0 commit comments

Comments
 (0)