-->
Page 4 of 12

Re: This is how to install without replacing your existing I

PostPosted: Wed Apr 01, 2015 12:57 pm
by igrr
Currently there are two supported ways to enter programming mode:
The first one is RTS+DTR: RTS controls RESET or CH_PD, DTR controls GPIO0 — this one will be enabled by default in the next release.
The second one is DTR+TXD (see schematic posted in this thread: https://github.com/esp8266/Arduino/issues/22).
If you have something else in mind, please open an issue against esptool-ck and I'll implement that as well.

Re: This is how to install without replacing your existing I

PostPosted: Wed Apr 01, 2015 1:07 pm
by markbee
First: Awesome work on the Arduino IDE for the ESP!

When will the next version be released? I'm currently developing a breadboard adapter (it's already tested) and would love to implement the feature asap.

Re: This is how to install without replacing your existing I

PostPosted: Wed Apr 01, 2015 1:49 pm
by Tirpitz
I get this:

Re: This is how to install without replacing your existing I

PostPosted: Wed Apr 01, 2015 2:17 pm
by igrr
@markbee
This is already merged in out git. You can build from source, or you can download the existing release and then replace hardware/esp8266com directory with new files from git.