1. 24 Jun, 2015 1 commit
  2. 19 Jun, 2015 2 commits
  3. 18 Jun, 2015 3 commits
  4. 11 Jun, 2015 2 commits
  5. 07 Jun, 2015 1 commit
  6. 05 Jun, 2015 1 commit
  7. 04 Jun, 2015 1 commit
  8. 02 Jun, 2015 1 commit
  9. 01 Jun, 2015 2 commits
  10. 28 May, 2015 4 commits
  11. 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
  12. 23 May, 2015 2 commits
  13. 20 May, 2015 1 commit
  14. 19 May, 2015 1 commit
  15. 18 May, 2015 1 commit
  16. 17 May, 2015 1 commit
  17. 15 May, 2015 2 commits
  18. 14 May, 2015 2 commits
  19. 12 May, 2015 5 commits
  20. 11 May, 2015 4 commits
    • dnc40085's avatar
      Added description to wifi_station_listap · aca2b772
      dnc40085 authored
      aca2b772
    • dnc40085's avatar
      cf54f855
    • dnc40085's avatar
      Copied changes from dev branch, commit f13c5c61 from Wayne Bartnick · 5b375cfe
      dnc40085 authored
       wifi.sta.config (wifi_station_config):
      
      - 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
      5b375cfe
    • dnc40085's avatar
      minor change to wifi.sta.config() · c6c8bd84
      dnc40085 authored
      c6c8bd84
  21. 09 May, 2015 2 commits