1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-13 05:50:39 +00:00

Reworked control marshaling code to be aware of and enforce size limits by starting to fragment sooner.

This commit is contained in:
MartinMueller2003
2024-03-05 13:40:01 -05:00
parent e6e4d6b09c
commit f2146309fe
4 changed files with 111 additions and 52 deletions

View File

@ -41,7 +41,8 @@ platform = espressif32
board = esp32dev
monitor_filters = esp32_exception_decoder
board_build.flash_mode = dout
;build_flags =
build_flags =
-D TEST_HUGE_TEXT
; -D DEBUG_ESPUI
lib_deps =
${env.lib_deps}