Moderator: Mmiscool
the last result is junk and is reading from memory out of bounds. A real problem.
I will fix this tonight. As to the formatting button let me look in to this.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
Couple of little things I'm curious about (just curious, feel free to ignore me)
For next appears to increment the index pointer, then test. If I used the index later, that might cause some oddities as the index (when adding step 1) seems to end up at the incremented value.
eg: for x = 1 to 5 step 1
next x
serialprint x - will display a value of 6....
Unfamiliar with arduino ide, but wonder why the source (seems to) get copied to the esp?
As I say, just curious...