Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By martinayotte
#41323 Oh !
You are saying that you use OnBoard LED ? But this LED is NOT on GPIO0, it is on TX line, therefore GPIO1 !

Try changing the pin number in your sketch ...

But beware that doing that, you won't be able to user Serial in the same sketch since you will switch GPIO1 function)

Or, simply add an external LED with resistor on another GPIO, like GPIO5.
User avatar
By krzychb
#41355 Another issue quickly resolved :D

@ OnlineDishwasher - under upload settings I would select NodeMCU 1.0 (ESP-12E Module) instead of NodeMCU 0.9 (ESP-12 Module). This may not be a big deal, but technically this is the board that you show on the link.

Krzysztof