- 16 Nov, 2015 8 commits
-
-
Nick Andrew authored
Remove the download button until a 1.4.0 release is pushed to github. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Add all the latest module names too. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
List the latest set of modules in the example on disabling modules. Show which file to edit to tag your firmware to identify it on boot. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Put Marcel's online build server first, as this will be the go-to for new users. Note that they should build 'dev' not 'master'. Next, list the docker image which will build from your checked-out repository and possibly including your own changes. Finally, list the prerequisites if you want to build it all yourself, including the sequence of commands (same as the docker image uses). Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
The README is presently quite unreadable. The simpler examples of programming an already-flashed ESP8266 are moved up, to give the new user the flavor of what is possible with NodeMCU. Instructions to build the firmware will follow. Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Changelog is in the git history, or major changes should be noted in CHANGELOG.md Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
-
Nick Andrew authored
Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
- 11 Nov, 2015 3 commits
-
-
Johny Mattsson authored
Fix sending CoAP UDP response using new SDK 1.4.0
-
Johny Mattsson authored
Better timings for WS2812 (measured 345ns/695ns, instead of 340ns/600ns)
-
Vowstar authored
Update function wifi.sleep
-
- 10 Nov, 2015 7 commits
-
-
Łukasz Oleś authored
-
Terry Ellison authored
Fix to do TCP port number randomization at boot.
-
Thomas Soëte authored
Values measured: @80MHz: T0H: 337ns, Period: 1.274us T1H: 687ns, Period: 1.25us @160MHz: T0H: 349ns, Period: 1.262us T1H: 700ns, Period: 1.276us
-
Marcel Stör authored
Unbreak build from #735 merge.
-
Johny Mattsson authored
Now with more #ifdef.
-
Johny Mattsson authored
Port of strip debug patch to the SDK 1.4-baseline dev
-
Johny Mattsson authored
mqtt:close() send the DISCONNECT message (fix #673)
-
- 09 Nov, 2015 2 commits
-
-
Terry Ellison authored
Fix building with DEVKIT_0_9 defined.
-
Johny Mattsson authored
This got broken in the 1.4.0 overhaul, mea culpa.
-
- 08 Nov, 2015 4 commits
-
-
Johny Mattsson authored
Add @TerryE's comment about announcing work on a PR
-
TerryE authored
-
Marcel Stör authored
-
Thomas Soëte authored
-
- 06 Nov, 2015 5 commits
-
-
Antoine authored
-
dnc40085 authored
Remove unnecessary code
-
Terry Ellison authored
Contributing guideline update
-
Johny Mattsson authored
Fix mqtt connection closing when not publishing (fixes #359)
-
Jens Jensen authored
should not reset keep_alive_tick when receiving as this can prevent sending keepalive (PINGREQ), which can result in server disconnect.
-
- 05 Nov, 2015 9 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Johny Mattsson authored
Moving luac cross from master to dev
-
dnc40085 authored
-
Johny Mattsson authored
This addresses the issue where a server would otherwise reject a valid connection attempt from a rebooted node, due to the server thinking that packet belonged to a recently closed session. By starting off the local TCP port numbers at random* points each boot the risk of port reuse across a reboot is significantly reduced. *) As random as can be had via the lower 12 bits of the ccounter.
-
Vowstar authored
Request rebase instead of merge for contributions
-
Vowstar authored
Add function wifi.sleep
-
Vowstar authored
Fix compiler warning in tmr.c
-
dnc40085 authored
Fix compiler warning: implicit declaration of function 'system_soft_wdt_feed'
-
- 04 Nov, 2015 2 commits