Hi , i have a strange problem that i am trying to figure out
if i open and modify programmers.txt
in C:\Users\tfoutfou\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6
removing almost everything and only keep this part
arduinoasispatmega32u4.name=Arduino as ISP (ATmega32U4)
arduinoasispatmega32u4.communication=serial
arduinoasispatmega32u4.protocol=arduino
arduinoasispatmega32u4.speed=19200
arduinoasispatmega32u4.program.protocol=arduino
arduinoasispatmega32u4.program.speed=19200
arduinoasispatmega32u4.program.tool=avrdude
arduinoasispatmega32u4.program.tool.default=avrdude
arduinoasispatmega32u4.program.extra_params=-P{serial.port} -b{program.speed}
when i open IDE again , it remember all the last programmer in the list !
even if i completely remove programmers.txt , all the programmer are still in the list
Is there some cache or database somewhere that need to be cleaned or updated ?
also i donβt have any other programmers.txt on my drive , except one in MegaCore that have a completely different list of programmer
Thanks