1. 16 May, 2016 1 commit
  2. 15 May, 2016 1 commit
  3. 14 May, 2016 2 commits
  4. 13 May, 2016 2 commits
  5. 12 May, 2016 1 commit
  6. 10 May, 2016 2 commits
  7. 09 May, 2016 1 commit
    • Thomas Soëte's avatar
      Finalize work on ws2812 module · 0577c8af
      Thomas Soëte authored
      * Fix bug on first write
      	Pin is 'HIGH' at reset, so we need to pull it down and generate a
      	reset.
      
      * Move init code to flash section, not needed to be in iram.
      
      * Remove pin choice in API
      
      * Remove lock in ws2812_buffer_write
      
      * Remove naked malloc
      
      * Drop ws2812_writergb
      
      * Drop support of ws2812.buffers to ws2812_writegrb should use ws2812.buffers:write
      
      * Add support for <>3 colors per leds strips (RGBW)
      
      * Remove ICACHE_FLASH_ATTR
      
      * Add static const on _uartData to avoid initialization penalty
      0577c8af
  8. 02 May, 2016 2 commits
  9. 01 May, 2016 1 commit
  10. 30 Apr, 2016 1 commit
  11. 29 Apr, 2016 2 commits
  12. 28 Apr, 2016 3 commits
  13. 26 Apr, 2016 3 commits
  14. 25 Apr, 2016 1 commit
  15. 24 Apr, 2016 1 commit
  16. 19 Apr, 2016 1 commit
  17. 18 Apr, 2016 1 commit
  18. 17 Apr, 2016 2 commits
  19. 15 Apr, 2016 1 commit
    • Johny Mattsson's avatar
      SNTP module enhancements (#1243) · f4288978
      Johny Mattsson authored
      * Provide an error code to SNTP error callback.
      
      * Switch SNTP to use ephemeral port.
      
      In case we're being hit by ISP-level thou-shall-not-run-NTP silliness.
      f4288978
  20. 11 Apr, 2016 2 commits
  21. 09 Apr, 2016 2 commits
  22. 03 Apr, 2016 2 commits
    • Marcel Stör's avatar
      Fix link syntax · 7d576efe
      Marcel Stör authored
      7d576efe
    • Philip Gladstone's avatar
      Take 2: Add regular sends to mdns. Check for (some) buffer overflows. Make it handle unicast · 3a5e5f10
      Philip Gladstone authored
      Merging as suggested by @TerryE (and squashing at the same time. Turns out that this feature is enabled for this repo).
      
      * Squashed commit of the following:
      
      commit f985f10d9d2ee035f5a6ee6245c60d9904d98cc1
      Author: philip <philip@gladstonefamily.net>
      Date:   Sun Mar 27 21:52:46 2016 -0400
      
          Better mdns code
      
      commit 6ee49ee106274bc63f6309047e57f7bc9828523e
      Author: philip <philip@gladstonefamily.net>
      Date:   Fri Mar 25 23:25:11 2016 -0400
      
          Update the docs
      
      commit 7e455541c6f2531824cfb2419d051f1306935fdf
      Author: philip <philip@gladstonefamily.net>
      Date:   Thu Mar 24 21:58:16 2016 -0400
      
          Add retries and buffer checking to mdns
      
          Get the length right
      
          Now it seems to work
      
      * Might work for combined mode
      
      * Fix crash
      
      * Simplified various bits of code. Changed the LUA interface
      
      Added checking (to some degree) incoming quyery types
      
      Move the defaults to the right place
      
      Added reference to the RFC`
      3a5e5f10
  23. 02 Apr, 2016 4 commits
  24. 01 Apr, 2016 1 commit
    • Arnim Läuger's avatar
      Net docs, 2nd round · a1ffe2e9
      Arnim Läuger authored
      * add doc for net methods
      - net.socket:getpeer()
      - net.server:on()
      - net.server:send()
      
      * document net.multicast[Join|Leave]()
      a1ffe2e9