Skip to content

Commit 0ccde6c

Browse files
committed
fix reported data size and percentage
1 parent 17c8ceb commit 0ccde6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ esp32.name=ESP32 Dev Module
66

77
esp32.upload.tool=esptool
88
esp32.upload.maximum_size=1044464
9-
esp32.upload.maximum_data_size=114688
9+
esp32.upload.maximum_data_size=294912
1010
esp32.upload.wait_for_upload_port=true
1111

1212
esp32.serial.disableDTR=true

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ recipe.output.save_file={build.project_name}.{build.variant}.bin
8181
## Compute size
8282
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
8383
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]+).*
8585

8686
# ------------------------------
8787

0 commit comments

Comments
 (0)