Fix boot.inc bug in boot_clear_flash: flash memory will only be erased from 0x0000 to 0x0E00 word-address.
Fix: multiplied BOOT_START and PAGESIZE by 2 to get byte-address
;.db "AVRISP2" ; stk500v2 signature (changed '' to '_' to get a chance to identify - AVRdude does not care)
Fix boot.inc bug in boot_clear_flash: flash memory will only be erased from 0x0000 to 0x0E00 word-address. Fix: multiplied BOOT_START and PAGESIZE by 2 to get byte-address ;.db "AVRISP2" ; stk500v2 signature (changed '' to '_' to get a chance to identify - AVRdude does not care)