-->
Page 1 of 1

NODEMCU Skips prints in void setup()

PostPosted: Thu Mar 29, 2018 12:44 am
by tuila
I can upload sketches fine on NODEMCU V3 board and get print statements to work if they are in the void loop() of Arduino IDE. But, any Serial.prints() in void setup do not print. I have tried adding a delay after Serial.begin(9600) but still nothing. Only prints next to some gibberish when I hit reset.

Any ideas?