-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teensy support #175
Comments
You should check out the warning it produces (assuming you have warnings enabled):
That's because Teensy is not a supported platform. Trying to compile for Teensy 4.0 without the reference to |
As a compromise, I removed the SoftwareSerial-only methods from ISerial class, so Teensy will compile now as an "Unknown" platform. However, for reasons stated in my previous comment, I am not going to add Teensy as an officially supported platform, at least not yet - inability to run CI is a dealbreaker here. |
Even though this issue is way past stale, Teensy support for just added for arduino-cli, which means Teensy ca now be oficially supported in RadioLib. |
Building for Teensy 4.0
For Sx126X chip
IDE: vscode using platformIO plugin
When building I get the following error:
The text was updated successfully, but these errors were encountered: