Skip to content

Commit f1848d6

Browse files
committed
Remove serial lock from AWS example
1 parent c1d4185 commit f1848d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ArduinoIoTCloud-AWS-Basic/ArduinoIoTCloud-AWS-Basic.ino

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ unsigned long connectMillis = 0;
2222
void setup() {
2323
/* Initialize serial and wait up to 5 seconds for port to open */
2424
Serial.begin(9600);
25-
while(!Serial);
2625

2726
/* Configure LED pin as an output */
2827
pinMode(LED_BUILTIN, OUTPUT);

0 commit comments

Comments
 (0)