mmiscool/esp8266Basic

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

Opened this issue · 0 comments

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 #26 (comment)