File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ static void hw_cdc_isr_handler(void *arg) {
148
148
149
149
// Moved to header file as inline function. Kept just as future reference.
150
150
// inline bool HWCDC::isPlugged(void) {
151
- // SOF ISR is causing esptool to be unable to upload firmware to the board
152
- // Timer test for SOF seems to work when uploading firmware
151
+ // SOF ISR is causing esptool to be unable to upload firmware to the board
152
+ // Timer test for SOF seems to work when uploading firmware
153
153
// return usb_serial_jtag_is_connected();//(lastSOF_ms + SOF_TIMEOUT) >= millis();
154
154
// }
155
155
@@ -163,7 +163,7 @@ bool HWCDC::isCDC_Connected() {
163
163
// SOF in ISR causes problems for uploading firmware
164
164
// SOF_TIMEOUT = 5; // SOF timeout when unplugged
165
165
return false ;
166
- }
166
+ }
167
167
// else {
168
168
// SOF_TIMEOUT = 50; // SOF timeout when plugged
169
169
// }
You can’t perform that action at this time.
0 commit comments