Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 9a8acb8

Browse files
committed
Modified reference to Leonardo only in the examples
According to #3786 removed the reference to Leonardo only in while(!Serial) of the examples. Changed in in "wait for serial port to connect. Needed for native USB port only"
1 parent 833623d commit 9a8acb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Experts/EsploraRemote/EsploraRemote.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <Esplora.h>
3333

3434
void setup() {
35-
while (!Serial); // needed for Leonardo-based board like Esplora
3635
Serial.begin(9600);
36+
while (!Serial); // needed for native USB port only
3737
}
3838

3939
void loop() {

0 commit comments

Comments
 (0)