1. 28 Nov, 2015 1 commit
  2. 19 Nov, 2015 1 commit
  3. 09 Nov, 2015 1 commit
  4. 08 Nov, 2015 1 commit
  5. 03 Nov, 2015 2 commits
  6. 01 Nov, 2015 1 commit
  7. 31 Oct, 2015 1 commit
  8. 27 Oct, 2015 1 commit
    • devsaurus's avatar
      simplify spi api · 9444ae28
      devsaurus authored
      duplex_mode configuration enables/disables receiving with spi.send()
      spi.send_recv removed
      9444ae28
  9. 25 Oct, 2015 1 commit
  10. 18 Oct, 2015 3 commits
  11. 12 Oct, 2015 12 commits
  12. 09 Oct, 2015 1 commit
  13. 03 Oct, 2015 1 commit
  14. 30 Sep, 2015 1 commit
  15. 19 Sep, 2015 2 commits
  16. 17 Sep, 2015 4 commits
  17. 10 Sep, 2015 1 commit
    • Robert Foss's avatar
      Added ENDUSER_SETUP module. · e2ada487
      Robert Foss authored
      The module will start a SoftAP, DNS, HTTP server acting as a captive portal.
      The portal will have the SSID SetupGadget and will serve a website where
      credentials for the end users WLAN can be submitted.
      
      Once valid credentials have been submitted and used to connect to the
      local WLAN this module will stop.
      
      This module requires USE_DNS to enabled in dhcpserver.h
      e2ada487
  18. 22 Aug, 2015 1 commit
  19. 21 Aug, 2015 1 commit
  20. 03 Aug, 2015 1 commit
  21. 31 Jul, 2015 2 commits
    • Johny Mattsson's avatar
      Reduced SPIFFS cache, freeing ~0.5k RAM. · 4a47813e
      Johny Mattsson authored
      Also made the cache on/off configurable via user_config.h. Uncached writes
      are not a very good idea, but for read-only deployments a further ~0.5k RAM
      can be gained by disabling the cache.
      
      Tweaked the file.read() workhorse to read large chunks at a time rather
      than use getc(), to compensate for potential unavailability of cache.
      4a47813e
    • Bernd Meyer's avatar
      More sensible cjson realloc strategy. · 595509a7
      Bernd Meyer authored
      595509a7