Closed as not planned
Description
Hi,
I'm trying to program Atmel (microchip) MCUs with Arduino IDE. In IDE 1.8.13 its works but with the new IDE version (2.0.0-rc9.2) not program the MCU.
MCU: Attiny406
Board: megaTinyCore, version 2.5.11
Programmer: PICkit4
In IDE 2, when it tries to upload, it shows "using programmer : arduino":
But with IDE 1.8.13 its show: "using programmer : pickit4_updi":
In both IDEs I defined the PICkit4 programmer:
I suppose that the IDE 2 to not program is due to it trying to use the programmer "arduino" instead "PICkit4"...
But this can be a bug of IDE 2 or a bug of board (megaTinyCore)? (or some mistake of mine? :) )
And how can this be resolved?
Thank you,
Jorge