sim- / tgy

tgy -- Open Source Firmware for ATmega-based Brushless ESCs
http://0x.ca/tgy/
685 stars 388 forks source link

Fix bootloader EEprom write bug #107

Closed 4712 closed 1 month ago

4712 commented 8 years ago

Write to EEprom fails after jump to bootloader from within main firmware. Reason: T-Flag is used in main firmware and bootloader as well and needs to be cleared. clt inserted before CMD_PROGRAM_EEPROM_ISP to fix.