• what happens if you omit the last line? digitalPulse(NodeMCU.D5, 1, 0);
    esp8266 reboots if you block for too long, the last line blocks because it waits for previous one (digitalPulse with long array) to finish.

About

Avatar for user111618 @user111618 started