- 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 12 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
-
Johny Mattsson authored
Both "c_types.h" and "lwip/ip_addr.h" don't get included indirectly anymore.
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
From Espressif's lwip_open_src_template_proj_for_v1.3.0.zip
-
- 09 Oct, 2015 1 commit
-
-
chris authored
-
- 03 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 30 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 19 Sep, 2015 2 commits
-
-
Robert Foss authored
-
Robert Foss authored
-
- 17 Sep, 2015 4 commits
- 10 Sep, 2015 1 commit
-
-
Robert Foss authored
The module will start a SoftAP, DNS, HTTP server acting as a captive portal. The portal will have the SSID SetupGadget and will serve a website where credentials for the end users WLAN can be submitted. Once valid credentials have been submitted and used to connect to the local WLAN this module will stop. This module requires USE_DNS to enabled in dhcpserver.h
-
- 22 Aug, 2015 1 commit
-
-
aeprox authored
-