OPEnSLab-OSU / ednaServer

GNU Affero General Public License v3.0
4 stars 0 forks source link

Force RTC version to GitHub and Version 1.3.0 on Master #40

Closed NathanJesudason closed 1 year ago

NathanJesudason commented 1 year ago

closes #39

Now that the RTC library is version-specified, it will work.

basically it's grabbing through the platformIO registry the latest version of the library that is not backwards compatible, so the code breaks. And unfortunately you can't just specify the version like RTC@1.3 like the others because the platformIO registry also only has 2.X versions logged for some reason, so you have it give it the GitHub link and then the version with that.