Open platisd opened 1 year ago
Just to link everything together, I'll mention the previous report here: https://github.com/SpenceKonde/ATTinyCore/issues/815
There is a link to instructions for an alternative workaround at https://github.com/SpenceKonde/ATTinyCore/issues/815#issuecomment-1783767387.
Thanks for the heads up @per1234. Good to know it's already being tracked. Feel free to close this issue, it's certainly a duplicate.
I'd like to begin with thanking you for your contributions.
On to the subject now, I am using your
package_drazzy.com_index.json
as part of a CI pipeline that started failing. I hadn't run it for a long time and there was a number of unrelated issues that were causing the failure.One of the them was downloading the
2.5-azd1
ofmicronucleus
hosted at azduino.com. The reason is that the azduino.com's TLS certificate has expired since October 26. As a result, tools such asarduino-cli
error out when attempting to download the tool hosted there.My fix included reverting back to version
1.4.1
where themicronucleus
tool happens to be hosted on a different website.Not a huge deal but I thought you should know. :rocket: