1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

remove the need to set programmer, by setting upload tool

This commit is contained in:
Sandeep Mistry
2015-03-31 19:43:49 -04:00
committed by Ivan Grokhotkov
parent 7dda022b60
commit 1d6a7422c6
4 changed files with 7 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ Libraries that don't rely on low-level access to AVR registers should work well.
#### Upload via serial port ####
Select "esptool" as a programmer, and pick the correct serial port.
Pick the correct serial port.
You need to put ESP8266 into bootloader mode before uploading code (pull GPIO0 low and
toggle power).