1. 03 Jun, 2015 1 commit
  2. 02 Jun, 2015 3 commits
  3. 28 May, 2015 4 commits
  4. 26 May, 2015 1 commit
    • makefu's avatar
      app/modules/ws2812.c: re-add ws2812.write() · c29edf7a
      makefu authored
      Add the original ws2812.write() function which does not scramble the
      buffer while preserving the 'new' ws2812.writergb.
      
      With this everybody should be happy again
      c29edf7a
  5. 17 May, 2015 1 commit
  6. 15 May, 2015 2 commits
  7. 07 May, 2015 1 commit
  8. 05 May, 2015 1 commit
  9. 01 May, 2015 1 commit
  10. 12 Apr, 2015 1 commit
  11. 05 Apr, 2015 3 commits
    • cal's avatar
      LUAL_BUFFERSIZE back to 1K and warning notice added · 06193090
      cal authored
      06193090
    • Wolfram Ladurner's avatar
      fixes issue #321 "ws2812.writergb scrambles buffer" reported by makefu. · ff85cf43
      Wolfram Ladurner authored
      Don't modify Lua-internal lstring - use a copy instead.
      ff85cf43
    • Wayne Bartnick's avatar
      wifi.sta.config (wifi_station_config): · f13c5c61
      Wayne Bartnick authored
      - range checking password length (8~64)
      
      wifi.ap.config (wifi_ap_config):
      - range checking ssid length (1~32)
      - range checking pwd length (8~64)
      - new params:
        - auth: wifi.OPEN, wifi.WPA_PSK, wifi.WPA2_PSK, wifi.WPA_WPA2_PSK
          - default WITH pwd: wifi.WPA_WPA2_PSK
          - default WITHOUT pwd: wifi.OPEN
        - channel: 1~13 (default: 6)
        - hidden: 0/1 (default: 0)
        - max: 1~4 (default: 4)
        - beacon: 100~60000ms (default: 100)
      
      wifi.ap.getclient (wifi_ap_listclient):
      - returns table(mac,ip) of all connected clients
      
      wifi.ap.dhcp:
      - new submodule
      - config (wifi_ap_dhcp_config), returns start/end ips
        - params:
          - start (e.g., "192.168.1.100")
        - end ip calculated from wifi.ap.config.max
      - start (wifi_ap_dhcp_start), returns boolean
      - stop (wifi_ap_dhcp_stop), returns boolean
      f13c5c61
  12. 04 Apr, 2015 1 commit
  13. 03 Apr, 2015 1 commit
  14. 02 Apr, 2015 1 commit
  15. 31 Mar, 2015 1 commit
  16. 30 Mar, 2015 1 commit
  17. 29 Mar, 2015 1 commit
  18. 26 Mar, 2015 1 commit
  19. 24 Mar, 2015 1 commit
  20. 22 Mar, 2015 1 commit
  21. 20 Mar, 2015 1 commit
  22. 18 Mar, 2015 4 commits
  23. 17 Mar, 2015 3 commits
  24. 16 Mar, 2015 4 commits