s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
898 stars 166 forks source link

Large control values require LARGE buffer - Added value fragmentation. #250

Closed MartinMueller2003 closed 11 months ago

MartinMueller2003 commented 1 year ago

I have a situation where I am trying to send a control with a value that is huge (8KB) and allocating a 9KB buffer is not practical.

I am in the process of adding the ability to fragment the value of a control and send it in the existing (aka smaller) buffers and then assemble the control on the browser.

Just letting people know.

s00500 commented 11 months ago

PR is merged :-)