File tree 2 files changed +2
-2
lines changed
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
6
6
7
7
esp32.upload.tool=esptool
8
8
esp32.upload.maximum_size=1044464
9
- esp32.upload.maximum_data_size=114688
9
+ esp32.upload.maximum_data_size=294912
10
10
esp32.upload.wait_for_upload_port=true
11
11
12
12
esp32.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
81
81
## Compute size
82
82
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
83
83
recipe.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]+).*
85
85
86
86
# ------------------------------
87
87
You can’t perform that action at this time.
0 commit comments