M Hightower
M Hightower
This is the result I get going to "test.mosquitto.org" Note the send at 000003.221 is much smaller in my log than yours. I really don't know much about SSL. I'll...
Here are some useful links, if you haven't found them: This issue shows connections to the TUYA board: https://github.com/ct-Open-Source/tuya-convert/issues/99 On this page Search for BPA800 to find the pins assignments:...
@mcspr Sorry, I missed your "summon" :) I have xoseperez/espurna in my watch list so your message got drowned out by the other topics. I am surprised there is no...
@mcspr I am really sorry about the broken SSL builds. There are so many build permutations. I really thought I had done that one; however, I can tell by the...
The origin of `disable_extra4k_at_link_time()` goes back a while. This is the quickest description I can find: https://github.com/esp8266/Arduino/blob/8f71d2c04225c4b3af3fc8407ff74c2481e3904c/cores/esp8266/core_esp8266_main.cpp#L321-L356 It is not apparent how reducing the heap and increasing the system stack...
#### My current understanding of stacks sys and cont and neighbors ETS system data RAM starts at `0x3FFFC000` and is 16K bytes (`0x4000`). The first 8K, `0x3FFFC000` - `0x3FFFE000`, is...
I think there are a few bumps. At `init_done()` there is no need for `ESP.resetHeap()`. There is nothing to restore and would panic when multiple heaps are available. Also, with...
@avian2 For an experiment to try, add a `.ino.globals.h` file to you build with lines: ```cpp /*@create-file:build.opt@ -DUMM_INIT_USE_IRAM=1 */ ``` Also, remove `Tools->Debug Level` `HWDT` or `HWDT_NOEXTRA4K` options from your...
@mcspr My guess is the initial Boot ROM setup for PUYA is not compatible with the requirements for the ICACHE/SPI hardware-Flash interface to work. The exception 0 with `handle_hwdt` hints...
Sorry, I looked around and I don't have any devices with the PUYA flash chip. If you don't mind here is another experiment to try. Add this as a new...