Fuses attiny 0/1

Hello,

I think many times asked but i cannot find it.

How do i set fuses and “burn” them for attiny402?

Using the arduino ide it is clear to me, board.txt.

Any one a hint where i can look?

thanks,

hanz

Custom fuse values and upload flags (based on upload protocol) should be specified in platformio.ini (Project Configuration File).

See Atmel AVR — PlatformIO latest documentation

Thanks Sivar,

I dive into this.

hanz