1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-05 13:16:13 +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 d9eaefbfc9
commit ddaf3b1f4c
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).