File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 127
127
{
128
128
"packager" : " esp8266" ,
129
129
"version" : " 3.7.2-post1" ,
130
- "name" : " python "
130
+ "name" : " python3 "
131
131
}
132
132
],
133
133
"help" : {
142
142
"systems" : [
143
143
{
144
144
"host" : " x86_64-mingw32" ,
145
- "url" : " https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python -3.7.2.post1-embed-win32v2a.zip" ,
146
- "archiveFileName" : " python -3.7.2.post1-embed-win32v2a.zip" ,
147
- "checksum" : " SHA-256:8eb71cd637c42abbeea9f31912bbaca22222405d8624ace8901c801519321d35 " ,
148
- "size" : " 6481988 "
145
+ "url" : " https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3 -3.7.2.post1-embed-win32v2a.zip" ,
146
+ "archiveFileName" : " python3 -3.7.2.post1-embed-win32v2a.zip" ,
147
+ "checksum" : " SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2 " ,
148
+ "size" : " 6428926 "
149
149
},
150
150
{
151
151
"host" : " i686-mingw32" ,
152
- "url" : " https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python -3.7.2.post1-embed-win32v2a.zip" ,
153
- "archiveFileName" : " python -3.7.2.post1-embed-win32va2.zip" ,
154
- "checksum" : " SHA-256:8eb71cd637c42abbeea9f31912bbaca22222405d8624ace8901c801519321d35 " ,
155
- "size" : " 6481988 "
152
+ "url" : " https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/python3 -3.7.2.post1-embed-win32v2a.zip" ,
153
+ "archiveFileName" : " python3 -3.7.2.post1-embed-win32va2.zip" ,
154
+ "checksum" : " SHA-256:f57cb2daf86176d2929e7c58990c2ac32554e3219d454dcac10e464ddda35bf2 " ,
155
+ "size" : " 6428926 "
156
156
},
157
157
{
158
158
"host" : " aarch64-linux-gnu" ,
359
359
]
360
360
}
361
361
]
362
- }
362
+ }
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ compiler.objcopy.eep.extra_flags=
83
83
compiler.elf2hex.extra_flags=
84
84
85
85
## generate file with git version number
86
- ## needs bash, git, and echo
86
+ ## needs git
87
87
recipe.hooks.sketch.prebuild.pattern="{runtime.tools.python3.path}/python3" "{runtime.tools.signing}" --mode header --publickey "{build.source.path}/public.key" --out "{build.path}/core/Updater_Signing.h"
88
88
recipe.hooks.core.prebuild.pattern="{runtime.tools.python3.path}/python3" "{runtime.tools.makecorever}" --build_path "{build.path}" --platform_path "{runtime.platform.path}" --version "unix-{version}"
89
89
You can’t perform that action at this time.
0 commit comments