Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
22 stars 20 forks source link

Use chunked response for debug report. #331

Open rtrbt opened 4 months ago

rtrbt commented 4 months ago

Currently the complete debug report is written into a string and then sent. This can crash the ESP in low-memory situations.