Usage is simple:
+++AT GPIO2 <1|0> # set GPIO2 pin HIGH or LOW (1/0)
Nothing else has changed.
Enjoy!
jvandenbroek wrote:I haven't actually any experience with C coding, but I just did something by trial and error, based on many examples around and it actually works! It's probably a very ugly hack, but I don't care You can find my fork of this repository on https://github.com/jvandenbroek/ESP8266 ... ent-bridge with GPIO2 switching option. Just flash the 2 bin files in the firmware folder and you're good to go.
Usage is simple:Code: Select all+++AT GPIO2 <1|0> # set GPIO2 pin HIGH or LOW (1/0)
Nothing else has changed.
Enjoy!
Wow! I'm looking forward to test, I have a project sitting waiting for this fix. Will report back here when tested.