Skip to content

Commit ce32c92

Browse files
committed
Remove while(!Serial)
1 parent b6eea74 commit ce32c92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/CurieBle/examples/AutomationIO/AutomationIO.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ void analogOutputCharWrittenEventCb(BLECentral &central, BLECharacteristic &char
183183
}
184184

185185
void setup() {
186-
while(!Serial);
187186
Serial.begin(9600);
188187

189188
/* Set a name for the BLE device */

0 commit comments

Comments
 (0)