- 26 Nov, 2018 1 commit
-
-
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
- 13 Oct, 2018 4 commits
- 08 Oct, 2018 2 commits
-
-
devsaurus authored
-
Ryan Hartlage authored
* Use esp-mqtt from esp-idf * Fix formatting * Revert changes to u8g2 submodule
-
- 07 Oct, 2018 10 commits
-
-
tomsci authored
* Set stdout to unbuffered This fixes issue #2507 esp32 serial console doesn't show output until enter pressed. * Moved setvbuf call to app_main immediately after console_init
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
- 02 Oct, 2018 1 commit
-
-
Arnim Läuger authored
Mqtt rometatable
-
- 14 Jul, 2018 2 commits
-
-
Ryan Hartlage authored
-
Ryan Hartlage authored
-