Report Bugs Here

Moderator: Mmiscool

User avatar
By rolito
#57061 When i call msgbranch, I always get an error: No MSG Branch Defined
I tested this with ESPBasic 2.0 and 3.0
Is this a Bug or am I doing something wrong?
The code is:
msgbranch [checkmsg]
wait

[checkmsg]
wert=msgget("color")
print wert
wait

Thanks in advance
rolito
User avatar
By Mmiscool
#57068 Use the msgreturn before the wait command to return a msg. Otherwise the respons is going to be what you described.
https://docs.google.com/document/d/1EiY ... ypyzhzez9f

Also take a look at the msg branch examples
https://www.esp8266basic.com/msg-url-usage.html

https://www.esp8266basic.com/msg-url-advanced.html