nodemcu-firmware/docs/en
dnc40085 5e9ab01523 Modified wifi module
Implement SDK event monitor
Move wifi status event monitor code into seperate file
(app/modules/wifi_eventmon.c)
Modify wifi lua callback registration code.
Add Functions wifi.ap.deauth and wifi.sta.getrssi
Rework wifi event monitor to use tasking interface
fix for Lua coroutine compatibility issue
Made changes Suggested by TerryE

Also, moved code that sets the default host name out of
luaopen_wifi_init and into a separate function and added a post_task_low
entry in it's place.

Replaced some if test then return error lines with
luaL_argcheck
Add check for malloc null return in wifi.eventmon 
to catch out of memory errors
2016-03-31 19:01:41 -07:00
..
modules Modified wifi module 2016-03-31 19:01:41 -07:00
build.md Change a number of default values 2016-03-09 23:16:43 +01:00
extn-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
flash.md Add chapter about firmware files and flash address 2016-01-31 14:33:49 +01:00
hardware-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
index.md Final polishing on several pages 2016-01-16 23:11:40 +01:00
lua-developer-faq.md Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
start.md Rename DIR to dir and improve JavaScript for RTD 2015-12-28 17:25:00 +01:00
support.md Final polishing on several pages 2016-01-16 23:11:40 +01:00
upload.md Change a number of default values 2016-03-09 23:16:43 +01:00