Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
hathach committed Feb 19, 2020
commit 05dd24c2324379bce0e45492e593fff791b14fb8
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void setup()
#endif

Serial.begin(115200);
while(!Serial) delay(10); // wait for native USB
// while(!Serial) delay(10); // wait for native USB

Serial.println("Bluefruit Playground Example");
Serial.println("---------------------------\n");
Expand Down