nodemcu-firmware/sdk-overrides/include
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
..
c_types.h Upgrade to SDK 1.5.0 + Espressif's Open LWIP 1.5.0. 2015-12-23 11:17:05 +11:00
eagle_soc.h Add sigma_delta module. 2016-02-18 21:35:58 +01:00
ets_sys.h Modified wifi module 2016-03-31 19:01:41 -07:00
mem.h Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
osapi.h Hardware timer support and convert the PWM module to use it 2016-02-17 21:07:33 -05:00
user_interface.h Modified wifi module 2016-03-31 19:01:41 -07:00