You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32C3 with firmware 1.20 -1.22 throws a uasyncio related error but the problem and solution is related with the micropython changes from v1.19.1 (which works) to 1.21-1.22
Description of problem:
the traceback says the error occurs on the def _tcp_server function
specifically on line 650 -> yield uasyncio.core._io_queue.queue_read(sock)
it errors out there and if you try to load the page/ip location you get a connection refused on the browser.
The text was updated successfully, but these errors were encountered:
ESP32C3 with firmware 1.20 -1.22 throws a uasyncio related error but the problem and solution is related with the micropython changes from v1.19.1 (which works) to 1.21-1.22
Description of problem:
the traceback says the error occurs on the def _tcp_server function
specifically on line 650 -> yield uasyncio.core._io_queue.queue_read(sock)
it errors out there and if you try to load the page/ip location you get a connection refused on the browser.
The text was updated successfully, but these errors were encountered: