Max Prokhorov
Max Prokhorov
> Hmm. SSID and password are stored in flash memory. However, after a reboot or cold start, the ESP successfully connects to the router. For example, calling WiFi.reconnect() gave the...
> TLS mutual auth is failing when an esp8266 client attempts to connect to a server requesting a client cert, at least in my environment This is because TLS renegotiation...
Figure out the place where OOM happens, as noted by the "last failed alloc call: 4020CF84(16)" line (`0x4020CF84` is a memory address) Arduino IDE 2.x tooling lacks exception decoder, see...
No network changes as far as I can see? Check git-log between our release tags, or from github compare page https://github.com/esp8266/Arduino/compare/3.1.0...3.1.2 (switching to files changed tab, '... changed files' is...
https://docs.python.org/3/library/stdtypes.html#bytes.hex update python to at least 3.8? we need *at least* version 3.7 for most scripts, not exactly 3.7
Was previously mentioned in https://github.com/esp8266/Arduino/issues/8920#issuecomment-1539965172 You could follow the comment suggestion and delete the conflicting typedef line from espconn.h I wonder if we should just rename `dns_found_callback` inside of `espconn.h`...
Are we looking for DNS or MDNS requests though? `KRIS.local` is the one failing to resolve?
Probably means client is disconnected? https://github.com/esp8266/Arduino/blob/c2f136515a396be1101b261fe7b71e137aef0dce/libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h#L612-L616
Hm. I would've expected ota page to show you the error and some reasonable explanation. The way to go is to gzip the .bin, and then flash the .bin.gz Looking...
Just to re-check, you sure it's not in 'safe' mode? There would be ESPURNA-XXXXXX AP present, LED would blink rapidly (since I am pretty sure I left a bug counting...