- 09 Jun, 2020 14 commits
-
-
Gregor Hartmann authored
-
Johan Ström authored
-
Matsievskiy S.V authored
-
Marcel Stör authored
-
Nathaniel Wesley Filardo authored
The internal implementation already preferentially forwards to the encoder module, so we should just remove these functions as they confuse people into thinking that we don't have their inverses (see the feature request https://github.com/nodemcu/nodemcu-firmware/issues/2907). Update the docs to refer to the encoder version and add deprecation warnings to the runtime implementations.
-
Marcel Stör authored
Fixes #2928, #2923
-
Marcel Stör authored
Fixes #2920
-
Marcel Stör authored
This reverts commit 32ad759409cbaaf53d3f51fc2f6573634eaadbc9.
-
Philip Gladstone authored
-
Terry Ellison authored
-
Terry Ellison authored
-
Terry Ellison authored
-
Terry Ellison authored
-
Terry Ellison authored
-
- 23 Feb, 2020 1 commit
-
-
Edvinas authored
Here `conn` is net.socket instance, so it should be called as one. Otherwise request is very likely to end up with crash and PANIC.
-
- 06 Jan, 2020 1 commit
-
-
Marcel Stör authored
-
- 07 Sep, 2019 1 commit
-
-
Terry Ellison authored
Next master drop
-
- 27 Aug, 2019 1 commit
-
-
Marcel Stör authored
-
- 15 Aug, 2019 1 commit
-
-
Gregor Hartmann authored
-
- 06 Aug, 2019 2 commits
-
-
Marcel Stör authored
-
Gregor Hartmann authored
-
- 04 Aug, 2019 2 commits
-
-
Nathaniel Wesley Filardo authored
Extend node.info
-
Nathaniel Wesley Filardo authored
We just don't have the memory to be a real TLS client on the 8266. Put that in a big box and point at it from the http and mqtt modules; others may also wish to give reference.
-
- 01 Aug, 2019 2 commits
-
-
Marcel Stör authored
Fixes #2840
-
Gregor Hartmann authored
-
- 27 Jul, 2019 15 commits
-
-
Nathaniel Wesley Filardo authored
-
Nathaniel Wesley Filardo authored
* list_ref can become LUA_REFNIL, because that's what rawgeti returns for LUA_NOREF. Defensively guard for this, rather than falling into the sntp_dolookups loop with nil on the stack. * set_repeat_mode should not call itself, but should rather always do what it's going to do and then optionally do the rest if directed. * sntp_sync should not try to special case the single string argument: we should be queueing that name for DNS resolution, too. Towards that end, if we are given a single string, build a table and make that the list_ref and call off to sntp_dolookups, just like we otherwise do. FIXES: #2699
-
Nathaniel Wesley Filardo authored
-
Gregor Hartmann authored
-
Gregor Hartmann authored
-
Gregor authored
-
Gregor Hartmann authored
* Add DHCP option 42 / NTP * Update dhcp.c * resolve merge conflict * add lineend at end of file * fix merge conflict resolution error
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-
Gregor authored
-