s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large control values require LARGE buffer - Added value fragmentation.

MartinMueller2003 opened this issue · comments

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.

PR is merged :-)