Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gdelconti opened this issue Nov 5, 2018 · 0 comments

Comments

@gdelconti
Copy link

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)

@gdelconti gdelconti changed the title Hello , this bug is still present under ESP Basic 3.0.Alpha 69. This bug is still present in ESP Basic 3.0.Alpha 69 under very specific condition Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant