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
The BearSSL SigningVerifier was moved to the 2nd stack because some uses
required much more stack than available on the normal stack.
Add a reference to the second stack on object creation (which will
allocate it, if there is no BSSL stack already allocated), and delete
that reference on exit.
Fixesesp8266#7288
The BearSSL SigningVerifier was moved to the 2nd stack because some uses
required much more stack than available on the normal stack.
Add a reference to the second stack on object creation (which will
allocate it, if there is no BSSL stack already allocated), and delete
that reference on exit.
Fixes#7288
Basic Infos
Platform
Settings in IDE
Problem Description
OTA Update freezes at signature verification.
It seems to freeze at:
https://github.com/earlephilhower/Arduino/blob/56bbb99e6f12b5425d45246907b7496d61b4bd9d/libraries/ESP8266WiFi/src/BearSSLHelpers.cpp#L903
When patching the
ifdef
to not use the thunked call, it works for me:Sketch
Output with thunked call
Output without normal call
The text was updated successfully, but these errors were encountered: