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 ce71bff commit 81b966dCopy full SHA for 81b966d
examples/esp32_usb_cdc_acm_example/main/main.c
@@ -96,9 +96,6 @@ void app_main(void)
96
device_disconnected_sem = xSemaphoreCreateBinary();
97
assert(device_disconnected_sem);
98
99
- // Delay as target may not be ready to accept commands immediately after connection
100
- loader_port_delay_ms(100);
101
-
102
/* The ESP32-S3 ignores the line coding set commands,
103
so we don't set the higher baudrate argument */
104
if (connect_to_target(0) == ESP_LOADER_SUCCESS) {
0 commit comments