From 28a5bdae85a0f7004dafa1664c534ba7833286b7 Mon Sep 17 00:00:00 2001 From: ollo Date: Thu, 23 Jun 2016 18:35:12 +0200 Subject: [PATCH] The WLAN configuration can be done via the Access-Point mode --- wlancfg.lua.example | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 wlancfg.lua.example diff --git a/wlancfg.lua.example b/wlancfg.lua.example deleted file mode 100644 index e13555d..0000000 --- a/wlancfg.lua.example +++ /dev/null @@ -1,3 +0,0 @@ --- Tell the chip to connect to thi access point -wifi.setmode(wifi.STATION) -wifi.sta.config("SSID","password")