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 security personalizer fails on ESP8266 boards.
The cause might be (yet to be confirmed) the WiFi interrupts, which may interfere with the bitbanged single wire driver.
A possible solution might be to execute the low level I/O primitives in the atsha driver in critical sections.