Replies: 3 comments
-
|
Change in IoAbstraction is needed due to breaking changes in Arduino/IDF components. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Testing so far looking promising, as usual only releasing when a sizeable number of tests pass:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We've released a version of IoAbstraction that should support ESP32-IDF 5/Arduino component 3.3.x. It is backward compatible with ESP-IDF V4. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to a PR recently contributed and merged on TaskManagerIO, and a little more work to fix the same issue in SimpleCollections, we've worked hard and now support the latest ESP Arduino version. In my environment I am using ESP32 IDF version 5.5 with Arduino version 3.3. It is backward compatible with older versions.
You will need to update the following libraries:
SimpleCollections to 1.2.5
TaskManagerIO to 1.5.2
TcMenuLog to 1.0.5
IoAbstraction to 4.5.0
Beta Was this translation helpful? Give feedback.
All reactions