Russell King

Results 7 comments of Russell King

Okay, I now know which extension causes it, and it's one that I use heavily... so what are the options? The only way to stop zoneminder logging errors is to...

Been having the same problem here repetitively, adjusted to 1440 and will keep an eye for further occurences.

Adding `vTaskDelay(1)` makes the thing grind so much that clearing the display during initialisation causes the watchdog to trigger. I tried `vTaskDelay(0)` instead, which avoided the watchdog during clearing, but...

... and unfortunately it still failed at 37 minutes.

Printing the esp_get_free_heap_size() value reports just under 3MiB.

I think I've found the issue: ``` static void IRAM_ATTR rmt_interrupt_handler(void* arg) { rmt_tx_done = true; RMT.int_clr.val = RMT.int_st.val; } ``` If we set rmt_tx_done true before clearing the status,...

Sorry, I have needed to get permission from my employer to contribute to your project, which came through a few months ago. However, since then, I've been too busy to...