-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
ESP-IDF v4.0 has been released, we should start upgrading our codebase to use this new version of the SDK.
https://github.com/espressif/esp-idf/releases/tag/v4.0
One possible solution would be to start with an empty hello world project based on the new SDK and move over all our functionality one driver at a time.
The Python interpreter should be upgraded too as the upstream micropython project now has support for IDF v4.0 too: https://github.com/micropython/micropython/tree/master/ports/esp32