Skip to content

Commit 576d675

Browse files
authored
Update cores/esp32/HWCDC.cpp
1 parent 467fe9d commit 576d675

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cores/esp32/HWCDC.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ void HWCDC::begin(unsigned long baud)
251251
} else {
252252
log_e("Serial JTAG Pins can't be set into Peripheral Manager.");
253253
}
254-
//isConnected = false;
255-
// trying to detect if it is already connected by filling CDC FIFO
256-
//uint8_t c = '0';
257-
//usb_serial_jtag_ll_write_txfifo(&c, 1);
258-
//usb_serial_jtag_ll_txfifo_flush();
259254
}
260255

261256
void HWCDC::end()

0 commit comments

Comments
 (0)