esp8266 / Basic

Basic Interpreter for the ESP8266
http://esp8266basic.com
259 stars 216 forks source link

This bug is still present in ESP Basic 3.0.Alpha 69 under very specific condition #45

Open gdelconti opened 6 years ago

gdelconti commented 6 years ago

Simply add one "delay x" statement to the above example, like this:

msgbranch [mybranch] print "set the branch" wait

[mybranch] myColorVar = msgget("color") print myColorVar delay 10 ' JUST ADD THIS LINE let myReturnMsg = "You Entered " & myColorVar msgreturn myReturnMsg wait

Originally posted by @gdelconti in https://github.com/esp8266/Basic/issues/26#issuecomment-435583338