1. 20 Mar, 2017 1 commit
  2. 15 Mar, 2017 2 commits
  3. 11 Mar, 2017 1 commit
  4. 01 Mar, 2017 2 commits
  5. 28 Feb, 2017 2 commits
  6. 27 Feb, 2017 1 commit
  7. 24 Feb, 2017 1 commit
    • Dmitry Frank's avatar
      Fix subscription to wildcard topics · 39429149
      Dmitry Frank authored
      `mg_mqtt_match_topic_expression()` and friends are public now.
      
      So far, only `#` is supported.
      
      PUBLISHED_FROM=20c031bcf34be84771c4a9c456318634eb9a517c
      39429149
  8. 15 Feb, 2017 1 commit
  9. 09 Feb, 2017 1 commit
  10. 06 Feb, 2017 1 commit
  11. 02 Feb, 2017 1 commit
  12. 30 Jan, 2017 1 commit
  13. 09 Jan, 2017 2 commits
  14. 25 Nov, 2016 1 commit
  15. 18 Nov, 2016 1 commit
  16. 17 Nov, 2016 1 commit
  17. 14 Nov, 2016 2 commits
  18. 11 Nov, 2016 1 commit
  19. 10 Nov, 2016 2 commits
  20. 09 Nov, 2016 2 commits
  21. 08 Nov, 2016 1 commit
  22. 03 Nov, 2016 1 commit
  23. 01 Nov, 2016 2 commits
  24. 28 Oct, 2016 1 commit
  25. 27 Oct, 2016 3 commits
  26. 26 Oct, 2016 3 commits
  27. 18 Oct, 2016 2 commits
    • Deomid Ryabkov's avatar
      Enable MQTT client by default · a17eae41
      Deomid Ryabkov authored
      PUBLISHED_FROM=cb5d5afe166f637082d4b1d1bce5d9c263e91fd0
      a17eae41
    • Deomid Ryabkov's avatar
      CS_P_ESP_LWIP -> CS_P_ESP8266;add CS_P_NXP_KINETIS · 7b05d700
      Deomid Ryabkov authored
      LWIP part has been finally fully split from the ESP part, and ESP
      platform defs reduced to bare minimum. It is now possible to use LWIP
      in either low-level or socket mode without any ESP dependencies,
      and NXP Kinetis platform is the first to make use of it.
      
      PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
      7b05d700