I'm using an ESP-07 for two switched outputs (GPIO0 and GPIO2) with local control switches on GPIO12 and GPIO13.
Functionally, everything works fine - but...
Whenever the GPIO2 output is On (Low), the blue TX LED is lit (seemingly continuously)...
The pins aren't adjacent on the ESP-07, so that virtually rules out a solder bridge or other short circuit, it doesn't relate to cabling external to the ESP-07 and I can see nothing in my code that could be causing this weird effect.
The only thing I've managed to unearth after hours of Googling is that GPIO2 doubles as "U0TXD in Function 4" - but I have no idea what that implies or how I might have invoked 'Function 4', so that really doesn't offer much in the way of clues.
Can anybody help???
This is driving me nuts...