Report Bugs Here

Moderator: Mmiscool

User avatar
By Electroguard
#45154 Some bugs to report in ESP Basic 2.0.Alpha 7.

* ip() function always returns 0.0.0.0.

* timer duration [branch] always errors that it can't find the [branch] even though branch exists and can be branched to from elsewhere.

* if then else works, but not if you wish to chain several together for multiple choice selection...
eg: a following 'else if this then do that' doesn't cause an error but it is not actioned.
User avatar
By Mmiscool
#45251 The ip() function should be good now.

The timer command requires a comma.
timer 5000, [branch]


the if then command is not able to do hat you are wanting right now.