File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ esp32.name=ESP32 Dev Module
66
77esp32.upload.tool=esptool
88esp32.upload.maximum_size=1044464
9- esp32.upload.maximum_data_size=114688
9+ esp32.upload.maximum_data_size=294912
1010esp32.upload.wait_for_upload_port=true
1111
1212esp32.serial.disableDTR=true
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
8181## Compute size
8282recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
8383recipe.size.regex=^(?:\.iram0\.text|\.dram0\.text|\.flash\.text|\.dram0\.data|\.flash\.rodata|)\s+([0-9]+).*
84- recipe.size.regex.data=^(?:\.dram0\.data|\.flash\.rodata|\. dram0\.bss)\s+([0-9]+).*
84+ recipe.size.regex.data=^(?:\.dram0\.data|\.dram0\.bss)\s+([0-9]+).*
8585
8686# ------------------------------
8787
You can’t perform that action at this time.
0 commit comments