Hello, I have tried using trinket5 board and setting board_build.f_cpu and board_build.f_flash to 8000000L, and I have also tried just using trinket3 since it is already 8MHz in platformio, but uploading still fails. I think this issue is related to this older one here https://github.com/platformio/platform-atmelavr/issues/24.
Here are the platformio.ini settings I have tried:
Hello, I have tried using
trinket5
board and settingboard_build.f_cpu
andboard_build.f_flash
to8000000L
, and I have also tried just usingtrinket3
since it is already 8MHz in platformio, but uploading still fails. I think this issue is related to this older one here https://github.com/platformio/platform-atmelavr/issues/24.Here are the platformio.ini settings I have tried:
trinket5:
trinket3:
trinket5 terminal output: https://pastebin.com/Cj9hBXhy trinket3 terminal output: https://pastebin.com/z5mQsFqR
Thanks :)