Move to esp-idf framework #5
Closed
nliaudat
announced in
Announcements
Replies: 1 comment 2 replies
-
Seems like a good idea. This would also open up to having custom code that handles all the valves in the same loop that would fix some scheduling stuff like the current "valve maintenance" logic that has race conditions. It's hard to fix in the current esphome setup. With custom code we could implement a proper state machine and maintain a queue so that no valve ever falls behind. Hitting two birds with one stone. I've been experimenting with a custom component for esphome to solve this, but it doesn't integrate very cleanly. Doing that for esp-idf would make more sense, I think. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The async_tcp is lib is now available in esp-idf (as well as webserver)
With esp-idf, we have better native support of ADC, OTA and memory management
ESP32-C5 and ESP32-C6 are now supported
Beta Was this translation helpful? Give feedback.
All reactions