Replies: 1 comment
-
Interesting. Would you care to submit a PR for this? Thanks @4rc4n3s ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After trying to compile your project (commit eac2342) using PIO 5.2.x, it failed with the following:
I solved this issue by fixing the name in lib/ArduinoCompat/library.json
"name": "AduinoCompat",
..
=>
"name": "ArduinoCompat",
Thanks a lot for sharing your awesome work with the community.
Beta Was this translation helpful? Give feedback.
All reactions