We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10db51 commit 75b4f7dCopy full SHA for 75b4f7d
libraries/CurieBLE/examples/Scanning/Scanning.ino
@@ -37,7 +37,7 @@ void setup() {
37
Serial.begin(115200);
38
// wait for the serial port to connect. Open the Serial Monitor to continue executing the sketch
39
// If you don't care to see text messages sent to the Serial Monitor during board initialization,
40
- // uncomment the next line
+ // remove or comment out the next line
41
while (!Serial) ;
42
43
// Setup callback for advertising data
0 commit comments