MartinMueller2003
75bd3dc378
Changes to support ArduinoJson 6 & 7
2024-03-26 16:06:23 -04:00
MartinMueller2003
f2146309fe
Reworked control marshaling code to be aware of and enforce size limits by starting to fragment sooner.
2024-03-05 13:40:01 -05:00
MartinMueller2003
f472dc1158
Added mechanism to estimate the marshaled size of a control.
2024-02-29 16:32:04 -05:00
Martin
ea8de92246
Checkpoint adding fileDisplay object
2024-02-06 22:38:17 -05:00
MartinMueller2003
00841ce32d
Changes to support keeping multiple Browser Clients in sync
2023-11-09 11:06:44 -05:00
David Gauchard
542ac03656
Merge branch 'master' into lambda-with-examples
2023-10-06 16:45:17 +02:00
David Gauchard
0b22328bd8
introduce lambda
2023-09-15 00:59:10 +02:00
Martin
83dbb49697
Removed more debug output
2023-09-09 17:01:55 -04:00
Martin
488a6cb252
first working version of the fragmentation code.
2023-09-09 15:58:12 -04:00
Martin Mueller
48e947287a
Added variant of the text type to support hidden password fields
2022-11-27 16:59:28 -05:00
Martin Mueller
a2923e501f
Major restructuring of the code to get past an issue in the web socket where many changes are requested but the WS API cant handle the requests. Requests are now tracked per UI client.
...
Moved the client out of the main code into its own code and moved control data marshaling into the control class.
NONE of these changes impact the users API. No code changes are needed by the users.
WARNING: The LittleFS support for the ESP32 has been updated to be compatible with the latest ESP32 infrastructure. This includes using an improved WebServer.
2022-09-21 15:37:20 -04:00