- 09 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 26 Jan, 2016 1 commit
-
-
Robert Foss authored
-
- 24 Jan, 2016 1 commit
-
-
Huang Rui authored
Signed-off-by:
Huang Rui <vowstar@gmail.com>
-
- 23 Jan, 2016 3 commits
- 22 Jan, 2016 1 commit
-
-
devsaurus authored
-
- 21 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus associated fixes.
-
- 20 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
- 14 Jan, 2016 1 commit
-
-
jfollas authored
Reference: http://bbs.espressif.com/viewtopic.php?f=49&t=1570
-
- 13 Jan, 2016 1 commit
-
-
Philip Gladstome authored
-
- 05 Jan, 2016 1 commit
-
-
Johny Mattsson authored
-
- 03 Jan, 2016 1 commit
-
-
dnc40085 authored
option to set hostname in user.config.h
-
- 29 Dec, 2015 1 commit
-
-
Huang Rui authored
Add http module and documention, including fix httpclient bug.
-
- 23 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Removed earlier TCP port randomisation fix - the new SDK has its own fix even though Espressif told me they wouldn't fix it. Yay?
-
- 21 Dec, 2015 1 commit
-
-
devsaurus authored
-
- 18 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Third time lucky. I hope. Hi Terry.
-
- 16 Dec, 2015 1 commit
-
-
Johny Mattsson authored
Module creation & registration now made a lot simpler. In essence, each module file is now self-contained and only needs a NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname); line to both be automatically recognised by the Lua initialization as well as honor the LUA_USE_MODULES_MYNAME #define.
-
- 28 Nov, 2015 1 commit
-
-
btsimonh authored
if n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15)
-
- 19 Nov, 2015 1 commit
-
-
Marcel Stör authored
-
- 12 Nov, 2015 1 commit
-
-
Johny Mattsson authored
Make ADC vs readvdd33 option user_config.h configurable for the init data, and made readvdd33 the default.
-
- 09 Nov, 2015 1 commit
-
-
Johny Mattsson authored
This got broken in the 1.4.0 overhaul, mea culpa.
-
- 08 Nov, 2015 1 commit
-
-
TerryE authored
-
- 03 Nov, 2015 2 commits
- 01 Nov, 2015 1 commit
-
-
Jonathan karras authored
-
- 31 Oct, 2015 1 commit
-
-
chris authored
-
- 27 Oct, 2015 1 commit
-
-
devsaurus authored
duplex_mode configuration enables/disables receiving with spi.send() spi.send_recv removed
-
- 25 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 18 Oct, 2015 3 commits
- 12 Oct, 2015 8 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Plus directly provided patch for user_interface.h.
-
Johny Mattsson authored
-
Johny Mattsson authored
It was piggybacking on the Lua readline timer which no longer exists. Also cleaned up injection of Lua commands via CoAP & node.input().
-
Johny Mattsson authored
The Lua input timer has been the thorn in the side which prevents a lot of potential sleeping, unnecessarily.
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
-