1. 29 Sep, 2018 1 commit
  2. 21 Sep, 2018 1 commit
  3. 12 Sep, 2018 1 commit
  4. 27 Aug, 2018 1 commit
  5. 11 Aug, 2018 2 commits
  6. 10 Aug, 2018 1 commit
  7. 30 Jul, 2018 1 commit
  8. 29 Jul, 2018 1 commit
  9. 22 Jul, 2018 8 commits
  10. 20 Jul, 2018 1 commit
  11. 04 Jul, 2018 1 commit
  12. 22 Jun, 2018 1 commit
  13. 22 May, 2018 1 commit
  14. 20 May, 2018 2 commits
  15. 19 May, 2018 1 commit
  16. 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
  17. 08 May, 2018 1 commit
  18. 07 May, 2018 1 commit
  19. 26 Apr, 2018 1 commit
  20. 23 Apr, 2018 3 commits
  21. 20 Apr, 2018 1 commit
  22. 19 Apr, 2018 1 commit
  23. 13 Apr, 2018 2 commits
  24. 07 Apr, 2018 1 commit
  25. 06 Apr, 2018 1 commit
    • Johny Mattsson's avatar
      Tie in the EGC with the SDK's heap knowledge. (#2319) · 085f35da
      Johny Mattsson authored
      Added `node.egc.meminfo()` to expose LVM usage (to make the regular
      `node.egc.ON_MEM_LIMIT` option usable).
      
      Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits,
      in which case that's taken as a request to keep a certain amount of heap
      available for non-Lua use.
      085f35da
  26. 31 Mar, 2018 1 commit
  27. 26 Mar, 2018 1 commit
  28. 25 Mar, 2018 1 commit
    • petur's avatar
      fix for ds18b20 negative decimals · a1e02fc6
      petur authored
      ds18b20 decimals do not take into account the sign bit. Since the original calculation was not so readable, rewritten in readable way that also fixes the bug. Same code as PR against master.
      a1e02fc6