jordanfuerst
Results
2
comments of
jordanfuerst
Are you sure the esp32 isn't crashing during the response and rebooting? I have an issue with the beginChunkedResponse function, but it completely crashes the board, which causes it to...
Elsewhere, this is the ram struct that contains my data: ``` struct { #define histBuffSize (1024*16) #define histBufLen (histBuffSize-1) int tempTail=0; // temp tail used to send data back to...