- 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
-
- 10 Sep, 2018 1 commit
-
-
Philip Gladstone authored
-
- 02 Sep, 2018 1 commit
-
-
Natalia authored
-
- 10 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
Thanks to @TerryE for many useful suggestions
-
- 06 Aug, 2018 1 commit
-
-
Marcel Stör authored
Contributes to #2431
-
- 05 Aug, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2433, #2434
-
- 22 Jul, 2018 5 commits
- 01 Jul, 2018 1 commit
-
-
Marcel Stör authored
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 20 May, 2018 1 commit
-
-
dnc40085 authored
-
- 26 Apr, 2018 2 commits
-
-
Marcel Stör authored
-
dnc40085 authored
* Update node.dsleep() to support longer deep sleep duration. * Updated documentation for node.dsleepMax()
-
- 24 Apr, 2018 1 commit
-
-
Marcel Stör authored
-
- 19 Apr, 2018 1 commit
-
-
TerryE authored
-
- 18 Apr, 2018 1 commit
-
-
Marcel Stör authored
-
- 13 Apr, 2018 1 commit
-
-
dnc40085 authored
* pmsleep refactor * Shortened swtmr disabled message * Added swtimer debug module option to user_modules.h. * Added comments to user_config.h. * Fixed error in documentation for node.sleep() * remove blank sntp.c that got added in during rebase onto dev(6218b926) * Added #ifdefs around SWTIMER_REG_CB to prevent inclusion of disabled code
-
- 06 Apr, 2018 1 commit
-
-
Johny Mattsson authored
Added `node.egc.meminfo()` to expose LVM usage (to make the regular `node.egc.ON_MEM_LIMIT` option usable). Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits, in which case that's taken as a request to keep a certain amount of heap available for non-Lua use.
-
- 31 Mar, 2018 1 commit
-
-
dnc40085 authored
-
- 21 Mar, 2018 1 commit
-
-
Philip Gladstone authored
-
- 17 Mar, 2018 2 commits
- 12 Mar, 2018 1 commit
-
-
Arnim Läuger authored
remove deprecated init functions in adxl345, am2320, bme280, bmp085, hdc1080, hmc58831, l3g4200d, HDC1000, lm92 (#2276)
-
- 03 Mar, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
* mbedtls 2.7.0 (mbedtls-2.7.0-0-g32605dc8) Wholesale import, with a few changes from earlier preserved through. Ideally we would soon get to the point of having no divergences from upstream. * tls: add function to adjust mbedTLS debug level
-
- 26 Feb, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2275
-
- 23 Feb, 2018 1 commit
-
-
Philip Gladstone authored
* Fix some subtle timing issues with gpio.pulse * Add the pulse:update method * Allow getstate to work on stopped pulsers * Make gpio.mode(, gpio.OUTPUT) actually set the output mode * Added some more documentation
-
- 15 Feb, 2018 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 13 Feb, 2018 1 commit
-
-
Marcel Stör authored
-
- 07 Feb, 2018 1 commit
-
-
Pawel Jasinski authored
in float build, uV and sign are included in mV in int build, uV and mV are absolute, sign is -1, 0, 1 added rounding of uV values added optional test function
-
- 04 Feb, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2209.
-