mruby-esp32 / mruby-esp32-wifi

Wi-Fi library for mruby-esp32.
7 stars 5 forks source link

Use new Event Loop Library. #3

Closed yuuu closed 1 year ago

yuuu commented 1 year ago

This mrbgem uses Legacy Event API. However, this API is deprecated.

So, I tried to replace Legacy Event API with new Event Loop Library .

I referred to this sample program when doing this work. https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c

Finaly, I have successfully verified that I can connect and disconnect to Wi-Fi with ESP32-DevKitC V4 .

pandax381 commented 1 year ago

Thanks!

It will take a little time to confirm. Please wait a moment.

pandax381 commented 1 year ago

LGTM