Closed JohnySeven closed 1 year ago
I looked at it, and then I looked at ESP-IDF. (I didn't really know what it was - I guess PlatformIO hides it from us.) I'd love to have native support for Wifi roaming!
ESP-IDF is SDK for ESP32 microcontrollers - it's RTOS implementation with HAL (hardware application layer). Look here: https://www.espressif.com/en/products/sdks/esp-idf
This is something I would like to experiment with in next few months, it isn't something I would like to deal with right now :-)
This is interesting: https://github.com/espressif/esp32-arduino-lib-builder
Would allow us to update ESP IDF to newer version with more support for new features (Wifi roaming is one example)