1. 28 Apr, 2019 1 commit
  2. 22 Apr, 2019 5 commits
  3. 17 Apr, 2019 1 commit
  4. 20 Feb, 2019 1 commit
  5. 12 Feb, 2019 1 commit
  6. 10 Feb, 2019 1 commit
  7. 31 Jan, 2019 3 commits
  8. 29 Jan, 2019 2 commits
  9. 22 Jan, 2019 1 commit
  10. 20 Jan, 2019 1 commit
  11. 18 Jan, 2019 1 commit
  12. 17 Jan, 2019 2 commits
  13. 16 Jan, 2019 2 commits
  14. 15 Jan, 2019 1 commit
  15. 13 Jan, 2019 2 commits
  16. 20 Dec, 2018 1 commit
  17. 16 Dec, 2018 1 commit
  18. 02 Dec, 2018 3 commits
  19. 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
  20. 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
  21. 23 Nov, 2018 1 commit
  22. 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
  23. 15 Nov, 2018 3 commits
    • devsaurus's avatar
      fix utf8 nbsp · c9e7dde5
      devsaurus authored
      c9e7dde5
    • tomsci's avatar
      Adding qrcodegen module for generating QR Codes (#2543) · 72d28fa8
      tomsci authored
      * Adding qrcodegen module for generating QR Codes
      
      * Added LUA_MODULE_QRCODEGEN KConfig
      
      * Changed qrcodegen.encodeText() to use an options table
      
      Created common.h with new option table helper fns.
      
      * Reworked http.c to use new common.h options table APIs
      72d28fa8
    • tomsci's avatar
      ESP32: Add Sodium module (#2550) · 1cb1aff4
      tomsci authored
      * Add Sodium module
      
      * Split sodium API into subtables; updated docs
      
      * Fixed refactored names of crypto_box fns
      1cb1aff4
  24. 10 Nov, 2018 2 commits