Got an ESP32 (M5Stack), and making a simple Https request fails.
Tried soft reset and reboot.
Copied source from urequests and ran it manually with gc.collect at everypoint.
Still fell over at the same place.
Falls over when executing s = ussl.wrap_socket(s, server_hostname=host).
Bombs with Error 12, ENOMEM
Got an ESP32 (M5Stack), and making a simple Https request fails.
Tried soft reset and reboot.
Copied source from
urequestsand ran it manually withgc.collectat everypoint.Still fell over at the same place.
Falls over when executing
s = ussl.wrap_socket(s, server_hostname=host).Bombs with
Error 12, ENOMEM