Replies: 1 comment 1 reply
-
A grep over the ESP-IDF sources gets me to ./components/openssl/include/internal/tls1.h: # define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113 So this seems to be linked to some TLS problem. But I have no idea why this should happen during |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For months I have been able to send 30-40K files using the ESPNow ESP32-SPIRAM v1.19.1 image. However, on the ESPNow ESP32-generic v1.19.1 image I can only send 2927 bytes before I get this error:
in my_umail.py
gc.mem_free() reports about 80K
Is there some socket size limitation on the standard Micropython ESP32-generic image c.f. the SPIRAM image?
Beta Was this translation helpful? Give feedback.
All reactions