diff --git a/etc/kaleidoscope-builder.conf b/etc/kaleidoscope-builder.conf index 4d5a8c23..fa4d064d 100644 --- a/etc/kaleidoscope-builder.conf +++ b/etc/kaleidoscope-builder.conf @@ -58,7 +58,9 @@ find_device_port() { } reset_device_cmd() { - stty -F ${DEVICE_PORT} 1200 hupcl + if [ -z ${NO_RESET} ]; then + stty -F ${DEVICE_PORT} 1200 hupcl + fi } find_bootloader_ports() {