SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.53k stars 302 forks source link

I would like to install 2.0.0.0 #768

Closed JohnOH closed 1 year ago

JohnOH commented 1 year ago

Thank you for the work you do on cores for the Tiny families. I am currently exploring the T84A and particularly trying to use Serial with TX on an alternate pin. I understand that Serial.setTxBit is only fixed on version 2.0.0.0. I have not been able to see the 2.0.0.0 version using the Board manager on Arduino 1.8.13. Are there any installation intructions specific to the 2.0.0.0 version of ATTinyCore?

Best Regards

SpenceKonde commented 1 year ago

2.0.0-dev is the development version, it's the current version in github (the name should make it obvious, and it's marked as current head). See: https://github.com/SpenceKonde/ATTinyCore/blob/v2.0.0-devThis-is-the-head-submit-PRs-against-this/Installation.md

So a standard manual install is the only special step. It's not in board manager because it is not ready for release points "Issues: 30"

JohnOH commented 1 year ago

Thank you for your swift response I am now able to use 2.0.0.0. However, this has brought me to the point I was last year with #672 . Would you prefer a new issue or should I reopen #672