We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837f904 commit f949cd8Copy full SHA for f949cd8
idf_component_examples/hw_cdc_hello_world/main/main.cpp
@@ -2,6 +2,8 @@
2
3
void setup() {
4
Serial.begin(); // USB CDC doens't need a baud rate
5
+ while(!Serial) delay(100); // wait for the Serial Monitor to be open
6
+ Serial.println("\r\nStarting...\r\n");
7
}
8
9
void loop() {
0 commit comments