1. 08 Jul, 2018 3 commits
  2. 04 Jul, 2018 4 commits
  3. 02 Jul, 2018 1 commit
  4. 01 Jul, 2018 2 commits
  5. 30 Jun, 2018 3 commits
  6. 29 Jun, 2018 1 commit
  7. 26 Jun, 2018 1 commit
  8. 22 Jun, 2018 3 commits
  9. 04 Jun, 2018 1 commit
  10. 27 May, 2018 1 commit
  11. 22 May, 2018 1 commit
  12. 20 May, 2018 2 commits
  13. 19 May, 2018 1 commit
  14. 15 May, 2018 1 commit
    • Arnim Läuger's avatar
      Fix MQTT connect leak (#2368) · 914a4afc
      Arnim Läuger authored
      * fix application of patch 0018-feat-espconn-Modification-for-espconn.patch in #2269
      espconn_tcp_reconnect() was removed instead of espconn_list_delete()
      914a4afc
  15. 08 May, 2018 1 commit
  16. 07 May, 2018 1 commit
  17. 27 Apr, 2018 2 commits
  18. 26 Apr, 2018 2 commits
  19. 24 Apr, 2018 1 commit
  20. 23 Apr, 2018 3 commits
  21. 20 Apr, 2018 1 commit
  22. 19 Apr, 2018 2 commits
  23. 18 Apr, 2018 1 commit
  24. 13 Apr, 2018 1 commit
    • dnc40085's avatar
      Refactor timer suspend portion of node.sleep (pmsleep) (#2287) · 96e5c026
      dnc40085 authored
      * pmsleep refactor
      * Shortened swtmr disabled message 
      * Added swtimer debug module option to user_modules.h.
      * Added comments to user_config.h.
      * Fixed error in documentation for node.sleep()
      * remove blank sntp.c that got added in during rebase onto dev(6218b926)
      * Added #ifdefs around SWTIMER_REG_CB to prevent inclusion of disabled
      code
      96e5c026