Make avrdude more verbose to help make sure customers can tell whether

their keyboards got flashed
pull/815/head
Jesse Vincent 5 years ago
parent 56a9b60d27
commit 9a41d1cfa9
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -197,7 +197,7 @@ check_bootloader_port_and_flash () {
flash_over_usb () {
sleep 1
${AVRDUDE} -q -q -C "${AVRDUDE_CONF}" -p"${MCU}" -cavr109 -D -P "${DEVICE_PORT_BOOTLOADER}" -b57600 "-Uflash:w:${HEX_FILE_PATH}:i"
${AVRDUDE} -C "${AVRDUDE_CONF}" -p"${MCU}" -cavr109 -D -P "${DEVICE_PORT_BOOTLOADER}" -b57600 "-Uflash:w:${HEX_FILE_PATH}:i" 2>&1
}
flash_from_bootloader() {

Loading…
Cancel
Save