QUERY · ISSUE
Support for ESP-Mesh
port-esp32
ESP-Mesh allows support for mesh networking between ESP devices. The last mention I can find of mesh networking as a possibility for MicroPython is https://github.com/micropython/micropython-esp32/issues/176 from three years ago, which was closed without being implemented. I'd like to request this feature if it isn't already on the table.
CANDIDATE · PULL REQUEST
esp32/event loop: using new esp event lib API
Using legacy API for event loop prevents the use of new event loop API. This in turn prevents use of ESP32 WiFi mesh event set up. Changing these calls in the network module allows the IDF to leave the legacy symbols out and then mesh works fine.