1. 13 Jan, 2019 1 commit
    • Marcel Stör's avatar
      Re-organize documentation · 5750da12
      Marcel Stör authored
      Drop support for localized content, #2213
      
      Restructure some content to match more closely what we have in master, #2542
      5750da12
  2. 30 Jun, 2017 1 commit
  3. 08 Mar, 2017 1 commit
  4. 03 Jan, 2017 1 commit
  5. 21 Sep, 2016 1 commit
  6. 14 May, 2016 1 commit
  7. 02 May, 2016 1 commit
  8. 29 Apr, 2016 1 commit
  9. 01 Apr, 2016 1 commit
    • dnc40085's avatar
      Modified wifi module · 5e9ab015
      dnc40085 authored
      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
      5e9ab015
  10. 13 Mar, 2016 1 commit
    • dnc40085's avatar
      fix for #1065 · 7def6ec7
      dnc40085 authored
      Also changed wifi.sta.eventMonStop("unreg all") to
      wifi.sta.eventMonStop(1) and wifi.sta.eventMonReg(wifi.status, "unreg")
      to wifi.sta.eventMonReg(wifi.status)
      7def6ec7
  11. 06 Mar, 2016 1 commit
  12. 01 Mar, 2016 1 commit
  13. 20 Jan, 2016 1 commit
  14. 17 Jan, 2016 1 commit
  15. 15 Jan, 2016 1 commit
  16. 14 Jan, 2016 2 commits
  17. 13 Jan, 2016 1 commit