1. 03 Jun, 2015 2 commits
  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. 14 May, 2015 1 commit
  8. 07 May, 2015 1 commit
  9. 05 May, 2015 1 commit
  10. 01 May, 2015 1 commit
  11. 15 Apr, 2015 1 commit
    • Kevin Uhlir's avatar
      Add multicastJoin and multicastLeave to net module · f68d4160
      Kevin Uhlir authored
      net.multicastJoin(if_ip, multicast_ip)
      net.multicastLeave(if_ip, multicast_ip)
      
      if_ip is a string containing the interface ip to join/leave the
      multicast group.  multicast_ip is the multicast ip of the group to
      join/leave. if_ip can be "" or "any" to affect all interfaces.
      f68d4160
  12. 12 Apr, 2015 1 commit
  13. 10 Apr, 2015 1 commit
    • Kirill's avatar
      Update tmr.c · f19e24c7
      Kirill authored
      According to NodeMCU team recommendations.
      f19e24c7
  14. 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
  15. 04 Apr, 2015 1 commit
  16. 03 Apr, 2015 1 commit
  17. 02 Apr, 2015 1 commit
  18. 31 Mar, 2015 1 commit
  19. 30 Mar, 2015 1 commit
  20. 29 Mar, 2015 1 commit
  21. 26 Mar, 2015 1 commit
  22. 24 Mar, 2015 1 commit
  23. 22 Mar, 2015 1 commit
  24. 20 Mar, 2015 1 commit
  25. 18 Mar, 2015 4 commits
  26. 17 Mar, 2015 3 commits