beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

AT GPIO2 command does not work #16

Closed fvpalha closed 9 years ago

fvpalha commented 9 years ago

Hi.

The command: ++AT GPIO2 (0/1/2) - does not work.

How I can fix this error?

ArnieO commented 9 years ago

What you are looking for is the extension made by Joost van den Broek (jvandenbroek). You find the version with the +++AT GPIO2 command here: https://github.com/jvandenbroek/ESP8266-transparent-bridge And it works! :-)

fvpalha commented 9 years ago

Thank you Arnie.

beckdac commented 9 years ago

I have merged his (fantastic) changes back into this repo.

fvpalha commented 9 years ago

Thank you, beckdac.