- 21 May, 2017 2 commits
-
-
dnc40085 authored
The following functions were removed: - `wifi.sta.eventMonReg()` - `wifi.sta.eventMonStart()` - `wifi.sta.eventMonStop()` The corresponding documentation has also been removed This PR addresses issue #1893
-
Arnim Läuger authored
-
- 16 May, 2017 1 commit
-
-
Arnim Läuger authored
* align 8MB and 16MB auto flash support with sdk 2.1.0 * remove SAFE_API * fix flash size mismatch detection logic
-
- 15 May, 2017 1 commit
-
-
dnc40085 authored
-
- 11 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 07 May, 2017 1 commit
-
-
fetchbot authored
* add ads1115 module * replace os_delay with os_timer * typo
-
- 27 Apr, 2017 1 commit
-
-
fetchbot authored
* add si7021 module * add settings function for resolution and heater
-
- 26 Apr, 2017 1 commit
-
-
dnc40085 authored
Documentation for the old(argument) style of station configuration was removed in a previous PR, so I added a deprecation message to inform developer of the upcoming removal of the feature.
-
- 20 Apr, 2017 1 commit
-
-
Metin KOC authored
* Hdc1080 Module Add * for Float/Integer Build fixes * disable module for default * document fix * Deprecate init() in favor of setup() * Fix grammar and code sample * Deprecate init() in favor of setup() * Update hdc1080.md * Update hdc1080.md * Mini fix * Update user_modules.h
-
- 19 Apr, 2017 1 commit
-
-
tjhowse authored
* Add module for TCS34725 colour sensor. * Fix implicit return. * Fix timer disarm after init completion callback. * Rework init() into setup() as per PR#1887. * Add new module to mkdocs and user_modules. * Fix unclear debug messages. * Documentation updates. * Cleanup comments and formatting. * Don't auto-enable the sensor. * Add callback function to enable. * Simplify Read16. * Remove Lua state argument to enable callback. * Remove self_ref.
-
- 04 Apr, 2017 3 commits
-
-
Marcel Stör authored
-
Philip Gladstone authored
* Fix the error callback from not being called sometimes * Moved the setting of the reconnect status to after the connack is recevied * Increase the irom0_seg size * Updated the documentation * Make it clearer that autoreconnect is deprecated
-
dnc40085 authored
* Exposed forced sleep API and more Added timer suspend functionality * wifi.suspend * wifi.resume * node.sleep * tmr.suspend * tmr.suspend_all * tmr.resume * tmr.resume_all * Implement timer suspend functionality * Fix for uart TX glitch * Made some modifications to the error reporting
-
- 31 Mar, 2017 1 commit
-
-
dnc40085 authored
* Update wifi event monitor documentation Added a note to `wifi.eventmon.register()` and `wifi.sta.eventmonreg()` * Add deprecation note to `wifi.sta.eventMonReg()`
-
- 29 Mar, 2017 1 commit
-
-
Arnim Läuger authored
* Change vfs_stat() api to pre-allocated buffer for stat info. * Change vfs_readdir() api to stat buffer as well. vfs_item api removed.
-
- 27 Mar, 2017 1 commit
-
-
Yury Popov authored
* Fix cron values >32 * Fix crontab description items order
-
- 22 Mar, 2017 1 commit
-
-
Philip Gladstone authored
Replaces the problematic cjson module.
-
- 18 Mar, 2017 1 commit
-
-
Frank Exoo authored
-
- 17 Mar, 2017 1 commit
-
-
Yury Popov authored
* Enable SO_REUSEADDR for server TCP sockets * Reduce TCP_MSL to 5 sec * Add changes notice for future updates * Move MSL change to lwipiots.h
-
- 14 Mar, 2017 1 commit
-
-
Johny Mattsson authored
-
- 09 Mar, 2017 1 commit
-
-
FrankX authored
-
- 07 Mar, 2017 1 commit
-
-
Yury Popov authored
-
- 02 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 24 Feb, 2017 1 commit
-
-
Arnim Läuger authored
-
- 22 Feb, 2017 1 commit
-
-
dnc40085 authored
-
- 11 Feb, 2017 1 commit
-
-
FrankX authored
-
- 09 Feb, 2017 1 commit
-
-
Philip Gladstone authored
-
- 08 Feb, 2017 1 commit
-
-
Jason Follas authored
* Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP) * Updat comments about WEP key not having a minimum * Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts. * Normaliz if statements * Convert leading tabs to leading spaces for consistency
-
- 06 Feb, 2017 2 commits
-
-
Arnim Läuger authored
clean-up endianess handling in spi driver
-
Yury Popov authored
-
- 22 Jan, 2017 1 commit
-
-
Arnim Läuger authored
Looks good.
-
- 19 Jan, 2017 1 commit
-
-
ffedoroff authored
Since that code was migrated from Arduino, I should invert pin
-
- 17 Jan, 2017 2 commits
-
-
FrankX authored
-
Arnim Läuger authored
* add file.stat() * set default time/date to 1970-01-01 use lua_setfield
-
- 10 Jan, 2017 1 commit
-
-
ffedoroff authored
-
- 09 Jan, 2017 1 commit
-
-
FrankX authored
* WPS functionality added * WPS module switched off by default * Update mkdocs.yml
-
- 01 Jan, 2017 1 commit
-
-
Philip Gladstone authored
* Fix bug in sntp where callback was run at interrupt level. Also add the nodemcu pool servers as the default. * Add comments on where the mysterious numbers came from * Fix a crash with auto repeat mode and errors on repeat
-
- 31 Dec, 2016 1 commit
-
-
Yury Popov authored
* Rewrite net.dns.resolve on LWIP * Move IGMP (net multicast) to LWIP * Cleanup net module * Move secure connection operations to tls module * Net module on LWIP * Server timeout parameter * TCP hold * Fixes in documentation * Documentation fixes * Note TLS module depends on net * Add TLS module to user_modules.h * Callback on connect event * Fix depends net module on tls module * Fix unhold exponential time issue
-
- 26 Dec, 2016 2 commits
-
-
Yury Popov authored
-
Philip Gladstone authored
-