NodeMCU ESP8622 onboard LED won‘t go off after using Blynk.begin()

Try adding:
#define BLYNK_NO_BUILTIN // Disable built-in analog & digital pin operations

near the top of your code and see if that helps.

Having said that, GPIO16 isnt a great pin to use…

Pete.

1 Like