Skip to content

Commit 75b4f7d

Browse files
committed
Update Scanning.ino sketch of CurieBLE library
Signed-off-by: Biagio Montaruli <[email protected]>
1 parent b10db51 commit 75b4f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CurieBLE/examples/Scanning/Scanning.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
Serial.begin(115200);
3838
// wait for the serial port to connect. Open the Serial Monitor to continue executing the sketch
3939
// If you don't care to see text messages sent to the Serial Monitor during board initialization,
40-
// uncomment the next line
40+
// remove or comment out the next line
4141
while (!Serial) ;
4242

4343
// Setup callback for advertising data

0 commit comments

Comments
 (0)