We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219be7d commit 5dbc9efCopy full SHA for 5dbc9ef
hardware/esp8266com/esp8266/platform.txt
@@ -78,7 +78,7 @@ recipe.objcopy.hex.pattern="{runtime.tools.esptool.path}/{compiler.esptool.cmd}"
78
79
## Compute size
80
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
81
-recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|\.bss|)\s+([0-9]+).*
+recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*
82
recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
83
#recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
84
0 commit comments