M Hightower

Results 6 issues of M Hightower

Corrected missed edit for _recv() in ASYNC_TCP_SSL_ENABLED in AsyncServer::_poll(). And other missed edit for `errorTracker` around ASYNC_TCP_SSL_ENABLED. This should resolve @kasedy comment https://github.com/me-no-dev/ESPAsyncTCP/pull/115#issuecomment-538816623 and @mcspr. Tested ASYNC_TCP_SSL_ENABLED using marvinroger/async-mqtt-client/ ......

**Status: FLASH_MAP_SUPPORT has not been properly incorporated.** Issue: Sometimes when an ESP8266 is reflashed/upgraded the WiFi does not work. Then a serial flash with Erase Flash with WiFi setting is...

This resolves the exception 0 issue with PUYA flash during the pre-SDK context. This Issue showed when using flash/ICACHE for `umm_init` and/or using `HWDT` Stack Dump . The `SPI_CS_SETUP` parameter...

alpha

PR Status: ready Heap: Improve debug caller address reporting to indicate the address in the sketch or library. Lite refactoring of `heap.cpp` and expanded comments * Lite refactoring of `DEBUG_ESP_OOM`...

alpha

Resolves exceptions occurring when using `experimental::SPI0Command` for flash write operations such as: Write Status Register-1, Sector Eraser, etc. * https://github.com/esp8266/Arduino/issues/9139#issue-2299471911 Moved PRECACHE_END to ensure `Wait_SPI_Idlep` and `xt_wsr_ps` are included in...

### Basic Infos - [X] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [X] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. -...