1. 16 Jan, 2019 1 commit
  2. 15 Nov, 2018 1 commit
    • 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
  3. 08 Nov, 2018 2 commits
    • tomsci's avatar
      5db5d8ed
    • tomsci's avatar
      Add ESP32 http module (#2540) · 73b13e41
      tomsci authored
      * ESP32: Added http module
      
      * add asynchronous flavor for context:request()
      
      (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb)
      
      * http: More asynchronous support, more options
      
      * Fix docs typo
      
      * Code review comments from @devsaurus
      
      Fixes some cleanup issues with asynchronous mode
      
      * Added http.md to mkdocs.yml
      
      * Align connection:close() to template
      73b13e41