The new branch is being posted now with with a new flasher.
https://github.com/esp8266/Basic/tree/NewWebSockets
Test at your own risk.
Documentation is here
https://docs.google.com/document/d/1EiY ... Jon8/edit#
Major changes to note.
Gui elements are instant for updating variables. If you change a slider, textbox, dropdown or list box it will instantly update the variable on the esp. The same is true if you update a variable it will update gui elements almost instantly.
All the commands use commas for separating parameters. Not spaces any more.
'old
button "CLick me" [brach]
'New
button "Click me", [branch]
New commands for TFT display touch screen interface. Gui items for the touch screen with loads of functionality from cicciocb.
removal of old pwo, pwi, po, pi, ai and servo commands. These are all handled using the io() function now.
removal of msgget command. Replaced with msgget() function.
I am sure ther is more I have forgot but these are the highlights.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com