File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 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.
124124
125125
126126#### Upload via serial port  #### 
127- Select "esptool" as a programmer, and pick  the correct serial port.
127+ Pick  the correct serial port.
128128You need to put ESP8266 into bootloader mode before uploading code (pull GPIO0 low and
129129toggle power).
130130
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ esp01.menu.UploadSpeed.256000.upload.speed=256000
2626esp01.menu.UploadSpeed.921600=921600
2727esp01.menu.UploadSpeed.921600.upload.speed=921600
2828
29+ esp01.upload.tool=esptool
2930
3031##############################################################
3132wifio.name=WIFIO
@@ -42,3 +43,4 @@ wifio.build.board=ESP8266_WIFIO
4243wifio.build.core=esp8266
4344wifio.build.variant=wifio
4445
46+ wifio.upload.tool=esptool
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ tools.esptool.cmd=esptool
8888tools.esptool.cmd.windows=esptool.exe
8989tools.esptool.path={runtime.ide.path}/hardware/tools/esp8266
9090
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"
9495
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