- 11 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 08 May, 2017 1 commit
-
-
Frank Exoo authored
-
- 07 May, 2017 1 commit
-
-
fetchbot authored
* add ads1115 module * replace os_delay with os_timer * typo
-
- 06 May, 2017 1 commit
-
-
dnc40085 authored
The example for the eventmon registration for AP_PROBEREQRECVED was displaying "STATION DISCONNECTED" when it should say "PROBE REQUEST RECEIVED".
-
- 05 May, 2017 2 commits
-
-
Marcel Stör authored
-
dnc40085 authored
* Update init.lua example in upload.md with new station config format * Fixed typo in description of wifi.eventmon.register() * Fixed typo and improved example init.lua in docs/en/upload.md
-
- 30 Apr, 2017 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 27 Apr, 2017 2 commits
- 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.
-
- 24 Apr, 2017 2 commits
- 22 Apr, 2017 1 commit
-
-
Marcel Stör authored
-
- 21 Apr, 2017 1 commit
-
-
Marcel Stör authored
-
- 20 Apr, 2017 2 commits
-
-
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
-
Marcel Stör authored
-
- 19 Apr, 2017 2 commits
-
-
Nathaniel Wesley Filardo authored
Partially addresses nodemcu/nodemcu-firmware#1773.
-
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.
-
- 18 Apr, 2017 1 commit
-
-
flip111 authored
-
- 17 Apr, 2017 2 commits
- 16 Apr, 2017 2 commits
-
-
Marcel Stör authored
-
dnc40085 authored
* Added message about potential for wifi crashes and more Added message about potential for wifi crashes caused by long running functions Modified description for wifi.resume() and wifi.suspend()
-
- 13 Apr, 2017 1 commit
-
-
Marcel Stör authored
-
- 10 Apr, 2017 1 commit
-
-
Arnim Läuger authored
* clarify differing command support for spiffs and fatfs * fix toc
-
- 05 Apr, 2017 1 commit
-
-
dnc40085 authored
-
- 04 Apr, 2017 4 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
-
Marcel Stör authored
-
- 31 Mar, 2017 2 commits
-
-
Arnim Läuger authored
-
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.
-
- 20 Mar, 2017 1 commit
-
-
thirschbuechler authored
-
- 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
-
- 16 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-