File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,8 @@ $SED 's/runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}\/tools\/
81
81
$SED ' s/runtime.tools.esptool.path={runtime.platform.path}\/tools\/esptool//g' | \
82
82
$SED ' s/tools.esptool.path={runtime.platform.path}\/tools\/esptool/tools.esptool.path=\{runtime.tools.esptool.path\}/g' | \
83
83
$SED ' s/tools.mkspiffs.path={runtime.platform.path}\/tools\/mkspiffs/tools.mkspiffs.path=\{runtime.tools.mkspiffs.path\}/g' | \
84
- $SED ' s/recipe.hooks.core.prebuild.1.pattern.*//g' \
84
+ $SED ' s/recipe.hooks.core.prebuild.1.pattern.*//g' | \
85
+ $SED ' s/recipe.hooks.core.prebuild.2.pattern.*//g' \
85
86
> $outdir /platform.txt
86
87
87
88
# Put core version and short hash of git version into core_version.h
You can’t perform that action at this time.
0 commit comments