File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 123
123
"name" : " mkspiffs"
124
124
},
125
125
{
126
- "packager" : " esp8266" ,
127
- "version" : " 2.6" ,
128
- "name" : " esptool.py"
126
+ "packager" : " esp8266" ,
127
+ "version" : " 2.6" ,
128
+ "name" : " esptool.py"
129
129
},
130
130
{
131
- "packager" : " esp8266" ,
132
- "version" : " 3.7.2-post1" ,
133
- "name" : " python"
131
+ "packager" : " esp8266" ,
132
+ "version" : " 3.7.2-post1" ,
133
+ "name" : " python"
134
134
},
135
135
{
136
- "packager" : " esp8266" ,
137
- "version" : " 3.4" ,
138
- "name" : " pyserial"
136
+ "packager" : " esp8266" ,
137
+ "version" : " 3.4" ,
138
+ "name" : " pyserial"
139
139
}
140
140
],
141
141
"help" : {
162
162
"checksum" : " SHA-256:ceb06a5244e93e7e7523e26e1354447b79a9e6fd8c45891d81df9c7da1e02d05" ,
163
163
"size" : " 6533256"
164
164
}
165
- ]
165
+ ]
166
166
},
167
167
{
168
168
"version" : " 3.4" ,
210
210
"checksum" : " SHA-256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627" ,
211
211
"size" : " 151657"
212
212
}
213
- ]
213
+ ]
214
214
},
215
215
{
216
216
"version" : " 2.6" ,
258
258
"checksum" : " SHA-256:fb37a5608375f903a7716c2fb1a6382e16debbc9b675ca0f84081a03dcef0b02" ,
259
259
"size" : " 4381040"
260
260
}
261
- ]
261
+ ]
262
262
},
263
263
{
264
264
"version" : " 2.5.0-3-20ed2b9" ,
409
409
"name" : " esp8266"
410
410
}
411
411
]
412
- }
412
+ }
Original file line number Diff line number Diff line change @@ -135,10 +135,11 @@ tools.esptool.network_cmd=python
135
135
tools.esptool.network_cmd.windows=python.exe
136
136
137
137
tools.esptool.upload.protocol=esp
138
- tools.esptool.upload.params.verbose=-vv
138
+ tools.esptool.upload.params.verbose=--trace
139
139
tools.esptool.upload.params.quiet=
140
- #tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" {upload.erase_cmd} -ca 0x00000 -cf "{build.path}/{build.project_name}.bin"
141
- tools.esptool.upload.pattern="python" "{runtime.tools.esptool.path}" -c "import sys; sys.path.append('{runtime.tools.pyserial.path}'); execfile('{runtime.tools.esptool.path}/esptool.py')" --chip esp8266 --port "{serial.port}" --baud "{upload.speed}" write_flash 00flash_mode keep --flash_freq keep 0x0 "{build.path}/{build.project_name}.bin}"
140
+
141
+ tools.esptool.upload.pattern="python" -c "import sys; sys.path.append('{runtime.platform.path}/tools/pyserial'); execfile('{runtime.platform.path}/tools/esptool/esptool.py')" --chip esp8266 --port "{serial.port}" --baud "{upload.speed}" write_flash 0x0 "{build.path}/{build.project_name}.bin"
142
+
142
143
tools.esptool.upload.network_pattern="{network_cmd}" "{runtime.platform.path}/tools/espota.py" -i "{serial.port}" -p "{network.port}" "--auth={network.password}" -f "{build.path}/{build.project_name}.bin"
143
144
144
145
tools.mkspiffs.cmd=mkspiffs
You can’t perform that action at this time.
0 commit comments