Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#27285 Added wget command to fetch web pages and put them in to a variable.
Only works with http at the moment. Not https.
Big thanks to martinayotte and schufti for helping me get that going.

the url should be like
"www.google.com/go"
no
"http://www.google.com/go"

wget {variable name} {String or variable for url}
User avatar
By Mmiscool
#27363 Got picked up on hack a day. :D :D :D :D :D

http://hackaday.com/2015/08/29/basicall ... n-esp8266/


User avatar
By Mmiscool
#27405 Added some of the standard math functions.

sqr():
Will return the square root.
sqr({value or variable name})


sin():
Will return the sign of an angle.
sin({value or variable name})


cos():
Will return the cosign of an angle.
cos({value or variable name})

tan():
Will return the tangent of an angle.
tan({value or variable name})
User avatar
By Mmiscool
#27678 added color options to graphics commands.

Added format button to settings screen for formating the file system (Factory restore)