First test of word displaying functionality

This commit is contained in:
ollo
2016-04-12 18:07:25 +02:00
commit fc46b11390
10 changed files with 881 additions and 0 deletions

3
wlancfg.lua.example Normal file
View File

@@ -0,0 +1,3 @@
-- Tell the chip to connect to thi access point
wifi.setmode(wifi.STATION)
wifi.sta.config("SSID","password")