SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
542 stars 140 forks source link

Board Manager URL update for Arduino IDE Update Compatibility #1117

Open DigiMaxIO opened 1 week ago

DigiMaxIO commented 1 week ago

In the latest Arduino IDE (2.3.2 @ time of writing), doesn't accept the original URL used in the installation guide. However, I got it to work using the raw file from your ReleaseScripts repo.

Error with Old URL: CleanShot 2024-06-24 at 13 31 16@2x

Old URL: http://drazzy.com/package_drazzy.com_index.json

New Working URL: https://raw.githubusercontent.com/SpenceKonde/ReleaseScripts/master/package_drazzy.com_index.json

ConzZah commented 4 days ago

Good Evening, It might be worth noting, that certs for https://azduino.com/bin/micronucleus/ seemingly have also expired, which at first prevented me from installing it. But long story short, i went and uploaded those to archive and changed the links in "package_drazzy.com_index.json" to: https://archive.org/download/azduino_micronucleus-mirror respectively, & now it downloads / installs just fine.

modified .json: https://github.com/ConzZah/ATTinyCore/blob/v2.0.0-devThis-is-the-head-submit-PRs-against-this/package_drazzy.com_index.json

or: https://archive.org/download/azduino_micronucleus-mirror/package_drazzy.com_index.json

(of course it is only a temporary solution, but i hope this can be of help).

Cheers, ConzZah.