- 29 Dec, 2020 1 commit
-
-
Nathaniel Wesley Filardo authored
These have been handy within the test harness for streaming files and LFS images across to the DUTs. Add nrec method to pipe Co-authored-by:Gregor Hartmann <HHHartmann@users.noreply.github.com>
-
- 07 Nov, 2020 2 commits
-
-
Marcel P authored
-
Nathaniel Wesley Filardo authored
See https://github.com/nodemcu/nodemcu-firmware/issues/3278 . Thanks to @vsky279 and @bazooka07 for suggestions.
-
- 25 Oct, 2020 1 commit
-
-
Marcel P authored
-
- 23 Oct, 2020 1 commit
-
-
Nathaniel Wesley Filardo authored
See https://github.com/nodemcu/nodemcu-firmware/issues/3278 . Thanks to @vsky279 and @bazooka07 for suggestions.
-
- 03 Sep, 2020 1 commit
-
-
vsky authored
-
- 09 Jun, 2020 8 commits
-
-
Marcel Stör authored
Also update ftp server
-
evoluman authored
* #2954: adapt to the new firmware api for the timer and some other small fixes * reduce the error msg in when not response is sent back from esp * cleanup: remove trailing whitespaces Co-authored-by:Adel Tayeb-Cherif <adel@evoluhome.com>
-
Nathaniel Wesley Filardo authored
IMHO, it's generally good style to register the callbacks first.
-
Alexandru Antochi authored
-
galjonsfigur authored
* Add missing globals from luacheck config * Fix luacheck warnings in all lua files * Re-enable luacheck in Travis * Speed up Travis by using preinstalled LuaRocks * Fix more luacheck warnings in httpserver lua module * Fix DCC module and add appropriate definitions to luacheck config. * Change inline comments from ignoring block to only ignore specific line * Add Luacheck for Windows and enable it for both Windows and Linux * Change luacheck exceptions and fix errors from 1st round of polishing * Add retry and timeout params to wget
-
Lukáš Voborský authored
-
Terry Ellison authored
-
Terry Ellison authored
-
- 01 Jun, 2019 1 commit
-
-
galjonsfigur authored
-
- 22 May, 2019 1 commit
-
-
Alistair Witt authored
-
- 17 May, 2019 1 commit
-
-
Martijn van Buul authored
-
- 17 Feb, 2019 2 commits
-
-
Nathaniel Wesley Filardo authored
Fixes to #2650: - Convert fifosock to returning tables containing ctors - Improve docs - Add a missed :on("sent", nil) in the http server -
sergio authored
-
- 16 Feb, 2019 1 commit
-
-
Nathaniel Wesley Filardo authored
* lua_modules/fifo: a generic queue & socket wrapper One occasionally wants a generic fifo, so here's a plausible implementation that's reasonably flexible in its usage. One possible consumer of this is a variant of TerryE's two-level fifo trick currently in the telnetd example. Factor that out to fifosock for more general use. * lua_examples/telnet: use factored out fifosock * lua_modules/http: improve implementation Switch to fifosock for in-order sending and waiting for everything to be sent before closing. Fix header callback by moving the invocation of the handler higher * fifosock: optimistically cork and delay tx If we just pushed a little bit of data into a fifosock that had idled, wait a tick (1 ms) before transmitting. Hopefully, this means that we let the rest of the system push more data in before we send the first packet. But in a high-throughput situation, where we are streaming data without idling the fifo, there won't be any additional delay and we'll coalesce during operation as usual. The fifosocktest mocks up enough of tmr for this to run, but assumes an arbitrarily slow processor. ;)
-
- 13 Feb, 2019 1 commit
-
-
Lukáš Voborský authored
-
- 19 Oct, 2018 1 commit
-
-
Arnim Läuger authored
* turn ucg into submodule * update ucg to 1.5.2 * add license note to doc * align docs with esp32 * move ucg hal into platform folder adapt examples
-
- 29 Sep, 2018 1 commit
-
-
Terry Ellison authored
* Merge of LFS compress, optimize against current dev * Fixes to LFS compress patch
-
- 27 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
* Remove the old telnet.lua, which has been duplicated as simple_telnet.lua. * Fix some typos and whitespace issues
-
- 22 Aug, 2018 1 commit
-
-
Terry Ellison authored
Updates to LFS documentation and the LFS HTTP_OTA module before release to master
-
- 11 Aug, 2018 1 commit
-
-
Nathaniel Wesley Filardo authored
-
- 22 Jul, 2018 1 commit
-
-
devsaurus authored
-
- 16 Jul, 2018 1 commit
-
-
Gregor Hartmann authored
-
- 08 Jul, 2018 1 commit
-
-
Jedrzej Jajor authored
-
- 01 Jul, 2018 1 commit
-
-
TerryE authored
-
- 22 Jun, 2018 1 commit
-
-
TerryE authored
-
- 04 Jun, 2018 1 commit
-
-
Gergo Huszty authored
-
- 19 Apr, 2018 1 commit
-
-
TerryE authored
-
- 04 Feb, 2018 1 commit
-
-
Marcel Stör authored
Fixes #2209.
-
- 28 Oct, 2017 1 commit
-
-
Terry Ellison authored
-
- 22 Mar, 2017 1 commit
-
-
Philip Gladstone authored
Replaces the problematic cjson module.
-
- 10 Mar, 2017 2 commits
-
-
Jonathan Karras authored
- Remove old non-async examples from `lua-examples`. - Rename `ds18b20.EN.md` to `README.md` - Change remaining `toBase64` calls to the more standard `toHex` call. - Fix some spelling and markdown formatting issues in README file. Addresses issue #1841
-
Philip Gladstone authored
-
- 11 Jan, 2017 1 commit
-
-
Arnim Läuger authored
-
- 02 Jan, 2017 1 commit
-
-
Thomas Mohaupt authored
* Toogle between full screen and clip range test
-