1. 12 Jun, 2019 1 commit
    • John Lauer's avatar
      ESP32: Pulse counter module released (#2739) · 8b9794b9
      John Lauer authored
      * ESP32: Added pulsecnt module
      
      The pulsecnt module let's you use the ESP32's pulse counter capabilities from Lua.
      
      * ESP32: Pulsecnt module. Better/faster callback.
      
      Reduced the amount of callback variables to speed things up and shift more logic to Lua than in the C code.
      
      * ESP32: Completed docs for pulsecnt
      
      * ESP32: Final release of pulsecnt
      
      * ESP32: Production release of pulsecnt
      
      * ESP32: Release (tweaked docs)
      
      * ESP32: Pulse Counter Release. Cleaned up .gitignore
      
      * ESP32: Pulse counter release (changed ch1 gpio to int to match ch0)
      8b9794b9
  2. 10 Jun, 2019 1 commit
    • Skirmantas Lauzikas's avatar
      ESP32: Add option to set IP/dns config (#2560) · 6d0e4579
      Skirmantas Lauzikas authored
      * ESP32: Add option to set IP/dns config
      
      This commit adds support for setting:
      * Hostname
      * Static IP / Dns server (Sta mode)
      * Changing AP network ip config
      * Setting DNS server IP for DHCP
      
      * ESP32: Documentation for setting IP/dns/hostname config
      
      * Documented new functions
      * sethostname() now returns true if success
      6d0e4579
  3. 31 May, 2019 1 commit
  4. 28 Apr, 2019 3 commits
  5. 22 Apr, 2019 5 commits
  6. 17 Apr, 2019 1 commit
  7. 20 Feb, 2019 1 commit
  8. 12 Feb, 2019 1 commit
  9. 10 Feb, 2019 1 commit
  10. 31 Jan, 2019 3 commits
  11. 29 Jan, 2019 2 commits
  12. 22 Jan, 2019 1 commit
  13. 20 Jan, 2019 1 commit
  14. 18 Jan, 2019 1 commit
  15. 17 Jan, 2019 2 commits
  16. 16 Jan, 2019 2 commits
  17. 15 Jan, 2019 1 commit
  18. 13 Jan, 2019 2 commits
  19. 20 Dec, 2018 1 commit
  20. 16 Dec, 2018 1 commit
  21. 02 Dec, 2018 3 commits
  22. 30 Nov, 2018 1 commit
    • Skirmantas Lauzikas's avatar
      ESP32: add support for RS485 (#2559) · 3257e557
      Skirmantas Lauzikas authored
      * ESP32: add support for RS485
      
      This commit adds support for switching UART mode to RS485/IRDA.
      Also included are patches for memory leaks then handling UART events other than data.
      
      * ESP32: Documentation for uart.setmode()
      3257e557
  23. 26 Nov, 2018 2 commits
    • Skirmantas Lauzikas's avatar
      ESP32: Add time module (#2561) · 794a07bb
      Skirmantas Lauzikas authored
      * ESP32: Add time modules
      
      New time module for manipulating system time/ calendar and controlling SNTP server
      
      * ESP32: Time module documentation & style fixes
      * added documentation for time modules
      * style fixes as pointed out by @devsaurus
      
      * ESP32: Time module small fixes
      * Couple small fixes
      794a07bb
    • Marcel Stör's avatar
      Add Docker option · 5696b631
      Marcel Stör authored
      5696b631
  24. 23 Nov, 2018 1 commit
  25. 22 Nov, 2018 1 commit
    • Skirmantas Lauzikas's avatar
      ESP32: Add SJSON module (#2562) · 423c733d
      Skirmantas Lauzikas authored
      * Esp32: Add SJSON module
      
      This adds SJSON module taken directly from master
      
      * ESP32: Fixes for sjson lib
      Fixed compilation not including config header, thus braking some of libs functionality
      
      * ESP32: Upgraded SJSON to master
      423c733d