Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#51916 hello,

I just updated the docs.

The new esp8266 basic build included 2 new functions.

wifi.connect() and wifi.ap()
they work exactly like the old commands but in stead of just executing return a value. 1 for success. Other for failure.

New flasher shows only comm ports currently available on machine. Still can manually type number if you wish.

tft.cls() bug fix.
The tft.cls() function would clear the screen but would not destroy and recover the memory from tft gui items. This would lead to crashing. New build fixes this.