theamk

Results 3 comments of theamk

I have a backup system which involves three hosts making backups to a same repository on a central server. I am hitting this bug fairly regularly. I added some debug...

I knew that `attiny84` works fine, while `attiny2313` had the problem, so I checked what the difference: ``` diff -u ~/.platformio/platforms/atmelavr/boards/{attiny84,attiny2313}.json ``` This showed a bunch of changes, but one...

See comment in #173, the workaround is to add this line to `platformio.ini`: `board_upload.require_upload_port = False` (but this should really be default per `upload_protocol`)