Alexey McSakoff
Alexey McSakoff
I do not think that storing binaries in a repo with source code is a good idea. ;) Anyway, a binary is not an example, it is kind of utility....
Got the same error when added ```c UBaseType_t hwm_initial = uxTaskGetStackHighWaterMark(NULL); ESP_LOGI(TAG, "Initial Stack High Water Mark: %u bytes", hwm_initial); ``` Try to increase stack size. That worked for me:...
Worked well on ESP8266 and ESP32 for many years in my pet projects. Though, there were pretty few tasks running simultaneously. Yes, I expect sensitivity can suffer from lack of...