- 16 Dec, 2018 2 commits
-
-
galjonsfigur authored
* Recreate and unify documentation for Lua modules * Fix typos in docs * Added/modified READMES to link to new documentation
-
andyleap authored
* Add spi.set_clock_div This will allow the SPI clock divider to be changed relatively simply, to better support multiple devices with varying SPI clock rate support * Add documentation
-
- 12 Dec, 2018 1 commit
-
-
esron authored
lua-users wiki page for Learning Lua changed.
-
- 09 Dec, 2018 1 commit
-
-
Arnim Läuger authored
-
- 05 Dec, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 04 Dec, 2018 1 commit
-
-
Arnim Läuger authored
-
- 30 Nov, 2018 1 commit
-
-
Johan Ström authored
* MQTT: handle large/chunked/fragmented messages properly If a message spans multiple TCP packets it must be buffered before delivered to LUA. Prior code did not do this at all, so this "patch" really adds proper handling of fragmented MQTT packets. This could also occur if multiple small messages was sent in a single TCP packet, and the last message did not completely fit in that packet. Introduces a new option to the mqtt.Client constructor: max_publish_length which defaults to 1024 Introduces a new 'overflow' callback. Fixes issue #2308 and proper fix for PR #2544. * mqtt.md: clarified heap allocation * mqtt: ensure ack is sent for overflowed publish If QoS is used we should still acknowledge that we received it, or server might retransmit it later.
-
- 08 Nov, 2018 1 commit
-
-
galjonsfigur authored
-
- 03 Nov, 2018 1 commit
-
-
Adriano Melo authored
-
- 19 Oct, 2018 1 commit
-
-
Arnim Läuger authored
* turn ucg into submodule * update ucg to 1.5.2 * add license note to doc * align docs with esp32 * move ucg hal into platform folder adapt examples
-
- 11 Oct, 2018 1 commit
-
-
Marcel Stör authored
-
- 07 Oct, 2018 1 commit
-
-
Arnim Läuger authored
* Update u8g2 to v2.23.18 * serve wdt for long delays
-
- 29 Sep, 2018 1 commit
-
-
Terry Ellison authored
* Merge of LFS compress, optimize against current dev * Fixes to LFS compress patch
-
- 17 Sep, 2018 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
- Added Marcel's Getting Started page - Added reference to getting-started.md - Incorporated review findings
-
- 10 Sep, 2018 1 commit
-
-
Philip Gladstone authored
-
- 07 Sep, 2018 1 commit
-
-
Marcel Stör authored
-
- 02 Sep, 2018 1 commit
-
-
Natalia authored
-
- 27 Aug, 2018 1 commit
-
-
TerryE authored
-
- 22 Aug, 2018 1 commit
-
-
Terry Ellison authored
Updates to LFS documentation and the LFS HTTP_OTA module before release to master
-
- 18 Aug, 2018 1 commit
-
-
Tim Godfrey authored
-
- 13 Aug, 2018 1 commit
-
-
Marcel Stör authored
-
- 11 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 10 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
Thanks to @TerryE for many useful suggestions
-
- 06 Aug, 2018 2 commits
-
-
Marcel Stör authored
Contributes to #2431
-
Marcel Stör authored
Contributes to #2431
-
- 05 Aug, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2433, #2434
-
- 23 Jul, 2018 1 commit
-
-
Marcel Stör authored
Contributes to #2432
-
- 22 Jul, 2018 6 commits
- 18 Jul, 2018 2 commits
-
-
Lukáš Voborský authored
-
Lukáš Voborský authored
-
- 16 Jul, 2018 1 commit
-
-
Lukáš Voborský authored
-
- 01 Jul, 2018 1 commit
-
-
Marcel Stör authored
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 20 May, 2018 1 commit
-
-
dnc40085 authored
-