8000 Remove serial lock from AWS example · pennam/ArduinoIoTCloud@6b4dda9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b4dda9

Browse files
committed
Remove serial lock from AWS example
1 parent 97f42eb commit 6b4dda9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
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)
0