- 29 Jan, 2019 2 commits
-
-
Javier Peletier authored
* mqtt: first pass * mqtt: correct gc during callback bug * mqtt: document and cleanup * mqtt: separate lnodeaux due to copyright * mqtt: rename lnodeaux methods * mqtt: update docs * mqtt: fix copyright in lnodeaux.c * mqtt: refactor and cleanup * mqtt: use ESP logging
-
Javier Peletier authored
-
- 22 Jan, 2019 1 commit
-
-
Kevin Leung authored
-
- 20 Jan, 2019 1 commit
-
-
devsaurus authored
-
- 18 Jan, 2019 1 commit
-
-
Javier Peletier authored
-
- 17 Jan, 2019 2 commits
-
-
devsaurus authored
-
Javier Peletier authored
-
- 16 Jan, 2019 2 commits
-
-
Marcel Stör authored
-
Javier Peletier authored
-
- 15 Jan, 2019 1 commit
-
-
Javier Peletier authored
-
- 13 Jan, 2019 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
Drop support for localized content, #2213 Restructure some content to match more closely what we have in master, #2542
-
- 20 Dec, 2018 1 commit
-
-
Marcel Stör authored
-
- 16 Dec, 2018 1 commit
-
-
devsaurus authored
-
- 02 Dec, 2018 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
* opt_checkint_range: extend range check to default value * opt_checklstring added * i2s: rework luaM_ and option table handling * spi_master: rework option tables handling * ledc: rework option tables handling
-
- 30 Nov, 2018 1 commit
-
-
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()
-
- 26 Nov, 2018 2 commits
-
-
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
-
Marcel Stör authored
-
- 23 Nov, 2018 1 commit
-
-
Arnim Läuger authored
-
- 22 Nov, 2018 1 commit
-
-
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
-
- 15 Nov, 2018 3 commits
-
-
devsaurus authored
-
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
-
tomsci authored
* Add Sodium module * Split sodium API into subtables; updated docs * Fixed refactored names of crypto_box fns
-
- 10 Nov, 2018 2 commits
-
-
tomsci authored
* esp32: Reinstate tmr.now() function using esp_timer_get_time() Also added larger limit before wrapping if Lua's number type supports it. * Renamed tmr.now() to node.uptime() Added second return value to indicate timer wrap
-
Arnim Läuger authored
-
- 08 Nov, 2018 2 commits
-
-
tomsci authored
-
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
-
- 04 Nov, 2018 3 commits
- 03 Nov, 2018 1 commit
-
-
devsaurus authored
-
- 02 Nov, 2018 1 commit
-
-
devsaurus authored
-
- 29 Oct, 2018 1 commit
-
-
tomsci authored
* #2521: Add object-based file API to dev-esp32 branch Merged in from master@c708828bbe853764b9de58fb8113a70f5a24002d minus some VFS changes and similar. * Updated file docs from master Omitting: * file.mount() * reference to rtctime.epoch2cal() * file.stat() As these are not available in dev-esp32 branch Unsure about whether "directories are not supported" is still true
-
- 20 Oct, 2018 1 commit
-
-
devsaurus authored
-
- 18 Oct, 2018 1 commit
-
-
devsaurus authored
re-enable i2s.read()
-
- 14 Oct, 2018 3 commits