- 14 Feb, 2016 1 commit
-
-
Henk Vergonet authored
Example use: > sda=1 > scl=2 > am2320.init(sda,scl) > rh, t = am2320.read() > print(string.format("Temperature: %s degrees C", t / 10)) > print(string.format("RH: %s %%", rh / 10)) signed-off-by: henk.vergonet@gmail.com
-
- 10 Feb, 2016 5 commits
-
-
Marcel Stör authored
Fix memory exhaustion in mqtt under circumstances from issue #975
-
Marcel Stör authored
Added full support for DS3231
-
Vittorio Giovanelli authored
-
Marcel Stör authored
Enable spi functionality on pins after internal config has been applied.
-
Marcel Stör authored
Extend data type for spi miso/mosi buffer offset to 16 bit.
-
- 09 Feb, 2016 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
with bf74b617
-
- 08 Feb, 2016 1 commit
-
-
Marcel Stör authored
-
- 07 Feb, 2016 3 commits
-
-
Vittorio Giovanelli authored
-
Arnim Läuger authored
Fix secure TCP connections for `net` and `mqtt` modules.
-
Uri Shaked authored
Call `espconn_secure_set_size()` before calling `espconn_secure_connect()`, similar to how the http module works
-
- 06 Feb, 2016 5 commits
-
-
Terry Ellison authored
Add section about writing documentation
-
Marcel Stör authored
Fixes #1013
-
Marcel Stör authored
Fixes #996
-
Arnim Läuger authored
implement architecture dependent delay functions for u8glib
-
Uri Shaked authored
Call `espconn_secure_set_size()` before calling `esp_secure_connect()`, should fix issues like #710 and #520
-
- 02 Feb, 2016 1 commit
-
-
philip authored
-
- 01 Feb, 2016 2 commits
-
-
Johny Mattsson authored
Enhancements to enduser_setup module
-
Johny Mattsson authored
Fixes: * Removed spurious \0 bytes being sent to the client in many cases. * Properly terminated 404 header. * Now including Content-length: header for index.html (including built-in). Clients otherwise had to wait for their own timeout before considering the page load complete, which resulting in an unpleasant sluggish experience. * Switched form submission to GET, as iOS sometimes does not include the body in the same packet as the POST header, which led to the module not finding the form values. * Added redirect after form submission to avoid blank-page-in-browser. * Moved common "enduser_setup" prefix to a lua_pushfstring() to reduce string literal overhead. * Replaced cached lua_State* with calls to lua_getstate(), as in other modules. * Fixed broken appending of MAC to the SSID. * Fixed up macro definitions to not break `if` clauses unintentionally. Enhancements: * Support for scanning for available WiFi networks, and picking from the list. * Support for retrieving the current WiFi station status. * Added "manual" mode, where the module does not (re)configure the AP setup, nor shut down automatically. Default is still automatic, as before. * Updated docs for new `enduser_setup.manual()` function.
-
- 31 Jan, 2016 5 commits
-
-
Arnim Läuger authored
-
Marcel Stör authored
Had to slightly tweak the Markdown headers due to https://github.com/mkdocs/mkdocs/issues/770 :(. Fixes #990.
-
Marcel Stör authored
-
Marcel Stör authored
Add notes about upgrading from old fw
-
Arnim Läuger authored
-
- 30 Jan, 2016 1 commit
-
-
Arnim Läuger authored
-
- 29 Jan, 2016 4 commits
-
-
Arnim Läuger authored
-
devsaurus authored
-
devsaurus authored
-
Johny Mattsson authored
Improve error checking in mqtt module
-
- 28 Jan, 2016 6 commits
-
-
devsaurus authored
-
devsaurus authored
connect(), close(), subscribe(), publish()
-
Johny Mattsson authored
Having ascertained that the SDK itself has no (zero, zilch, nada) dependencies on the standard C library, the NodeMCU linker script now puts any and all libc functions into irom, rather than carefully picking the ones that were used by NodeMCU some months ago. This should help keep iram free for the things which really need to be in iram (such as ISRs).
-
Johny Mattsson authored
-
Johny Mattsson authored
Enable -std=gnu11 for crypto, http, mqtt, and lua dir
-
Johny Mattsson authored
Fixed issue where default ESP_xxxxxx SSID was appearing
-
- 27 Jan, 2016 3 commits
-
-
Marcel Stör authored
-
jfollas authored
-
Johny Mattsson authored
Updated http module docs for #977.
-