A Basic Interpreter written from scratch for the ESP8266

Moderator: Mmiscool

User avatar
By raintime
#55354 Forlotto once said, "bump"!

The block of code (below) at the very beginning of the program works great. I would be totally willing to wait a few extra seconds after pressing the RUN button for the web sockets to connect before the program actually starts. Would it be possible to emulate this code at the beginning of run time?


timer 2000,[mybranch]
wait
[mybranch]
timer 0

print "anything"
delay 5000
etc.