File tree 4 files changed +7
-10
lines changed
4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Libraries that don't rely on low-level access to AVR registers should work well.
124
124
125
125
126
126
#### Upload via serial port ####
127
- Select "esptool" as a programmer, and pick the correct serial port.
127
+ Pick the correct serial port.
128
128
You need to put ESP8266 into bootloader mode before uploading code (pull GPIO0 low and
129
129
toggle power).
130
130
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ esp01.menu.UploadSpeed.256000.upload.speed=256000
26
26
esp01.menu.UploadSpeed.921600=921600
27
27
esp01.menu.UploadSpeed.921600.upload.speed=921600
28
28
29
+ esp01.upload.tool=esptool
29
30
30
31
##############################################################
31
32
wifio.name=WIFIO
@@ -42,3 +43,4 @@ wifio.build.board=ESP8266_WIFIO
42
43
wifio.build.core=esp8266
43
44
wifio.build.variant=wifio
44
45
46
+ wifio.upload.tool=esptool
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ tools.esptool.cmd=esptool
88
88
tools.esptool.cmd.windows=esptool.exe
89
89
tools.esptool.path={runtime.ide.path}/hardware/tools/esp8266
90
90
91
- tools.esptool.program.params.verbose=-vv
92
- tools.esptool.program.params.quiet=
93
- tools.esptool.program.pattern="{path}/{cmd}" {program.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp {serial.port} -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x40000 -cf "{build.path}/{build.project_name}_40000.bin"
91
+ tools.esptool.upload.protocol=esp
92
+ tools.esptool.upload.params.verbose=-vv
93
+ tools.esptool.upload.params.quiet=
94
+ tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp {serial.port} -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x40000 -cf "{build.path}/{build.project_name}_40000.bin"
94
95
Original file line number Diff line number Diff line change 1
- esptool.name=esptool
2
- esptool.communication=serial
3
- esptool.protocol=esp
4
- esptool.program.protocol=esp
5
- esptool.program.tool=esptool
6
- esptool.program.extra_params=
You can’t perform that action at this time.
0 commit comments