Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Move int greenLedPin = D1; and int redLedPin = D3; to another pin, because D0 and D1 and D3 is Tx and Rx.
http://esp8266.github.io/Arduino/versions/2.0.0/doc/reference.html
Move int greenLedPin = D1; to another pin, because D0 and D1 is Tx and Rx.
Move int greenLedPin = D1; and int redLedPin = D3; to another pin, because D1 and D3 is Tx and Rx.