-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Connection problem via https ESP32S2 #6117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm the same problem on ESP32-C3. The problem is caused by f29f448 and the changes introduced in lines:
This not only resets all pointers (as intended) but it also sets all other fields in the struct to 0, including
|
Hello, can you please retest this on v2.0.3-rc1? |
I'm closing the issue as expired due to no answer. If needed, please reopen it. Thanks for understanding. |
Board
ESP32S2 WROVER
Device Description
Only the board, not pcb attached
Hardware Configuration
Nothing attached
Version
latest master
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
OTA or 80MHz
PSRAM enabled
yes
Upload speed
921600
Description
Hi, I use the latest 2.02 arduino core but I have an issue with the https connect. It work well one-two time, after the connection failed.
If I use the 2.01 version all work well.
The debug show connection failed with -1 error
I tried various option (PSRAM, no PSRAM), and various code configuration but the issue still happaning. My only solution is to downgrade to 2.01. I don't tried the 2.00.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: