1. 31 Jul, 2017 1 commit
  2. 18 Jul, 2017 1 commit
  3. 08 Jul, 2017 2 commits
  4. 07 Jul, 2017 1 commit
  5. 05 Jul, 2017 1 commit
  6. 03 Jul, 2017 1 commit
    • Johny Mattsson's avatar
      Cleaned up sjson module build. · ea4d3371
      Johny Mattsson authored
      - Move jsonsl build to regular library build rather than #include the .c file
      - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
      ea4d3371
  7. 01 Jul, 2017 1 commit
    • Gregor Hartmann's avatar
      Call HTTP callback in all cases (#2020) · 15b4fa24
      Gregor Hartmann authored
      * fix 2007 Call callback in all cases, call callback with errorcode -1 if no connection could be establioshed
      * change logging from ERR to DEBUG
      * make debug output more clear (hopefully)
      * add handling of errors to docs, note error handling on every call instead of only in the main documentation
      15b4fa24
  8. 29 Jun, 2017 1 commit
  9. 20 Jun, 2017 1 commit
  10. 18 Jun, 2017 1 commit
  11. 25 May, 2017 1 commit
  12. 21 May, 2017 5 commits
  13. 16 May, 2017 1 commit
  14. 15 May, 2017 1 commit
  15. 11 May, 2017 1 commit
  16. 07 May, 2017 1 commit
  17. 27 Apr, 2017 1 commit
  18. 26 Apr, 2017 1 commit
  19. 24 Apr, 2017 1 commit
  20. 20 Apr, 2017 1 commit
    • Metin KOC's avatar
      Hdc1080 Module Add (#1880) · 9d11543f
      Metin KOC authored
      * Hdc1080 Module Add
      
      * for Float/Integer Build fixes
      
      * disable module for default
      
      * document fix
      
      * Deprecate init() in favor of setup()
      
      * Fix grammar and code sample
      
      * Deprecate init() in favor of setup()
      
      * Update hdc1080.md
      
      * Update hdc1080.md
      
      * Mini fix
      
      * Update user_modules.h
      9d11543f
  21. 19 Apr, 2017 2 commits
    • Nathaniel Wesley Filardo's avatar
      mqtt: fix several buffer length checks (#1906) · 332bcb39
      Nathaniel Wesley Filardo authored
      Partially addresses nodemcu/nodemcu-firmware#1773.
      332bcb39
    • tjhowse's avatar
      Add module for TCS34725 colour sensor. (#1895) · d777fdc5
      tjhowse authored
      * Add module for TCS34725 colour sensor.
      
      * Fix implicit return.
      
      * Fix timer disarm after init completion callback.
      
      * Rework init() into setup() as per PR#1887.
      
      * Add new module to mkdocs and user_modules.
      
      * Fix unclear debug messages.
      
      * Documentation updates.
      
      * Cleanup comments and formatting.
      
      * Don't auto-enable the sensor.
      
      * Add callback function to enable.
      
      * Simplify Read16.
      
      * Remove Lua state argument to enable callback.
      
      * Remove self_ref.
      d777fdc5
  22. 04 Apr, 2017 3 commits
  23. 31 Mar, 2017 1 commit
    • dnc40085's avatar
      Deprecate wifi.sta.eventMonReg (#1889) · 50a5c021
      dnc40085 authored
      * Update wifi event monitor documentation
      
      Added a note to `wifi.eventmon.register()` and `wifi.sta.eventmonreg()`
      * Add deprecation note to `wifi.sta.eventMonReg()`
      50a5c021
  24. 29 Mar, 2017 1 commit
  25. 27 Mar, 2017 1 commit
  26. 22 Mar, 2017 1 commit
  27. 18 Mar, 2017 1 commit
  28. 17 Mar, 2017 1 commit
    • Yury Popov's avatar
      TIME_WAIT sockets fixes (#1838) · 2f00c1d8
      Yury Popov authored
      * Enable SO_REUSEADDR for server TCP sockets
      
      * Reduce TCP_MSL to 5 sec
      
      * Add changes notice for future updates
      
      * Move MSL change to lwipiots.h
      2f00c1d8
  29. 14 Mar, 2017 1 commit
  30. 09 Mar, 2017 1 commit
  31. 07 Mar, 2017 1 commit
  32. 02 Mar, 2017 1 commit