nodemcu-firmware/lua_modules/fifo
galjonsfigur 6926c66b16 Polish Lua examples (#2846)
* 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
2020-06-09 22:26:52 +02:00
..
README.md Add README 2019-04-19 15:51:32 +02:00
fifo.lua A generic fifo and fifosock wrapper, under telnet and http server (#2650) 2019-02-16 13:51:40 +01:00
fifosock.lua Revise fifo{,sock} (#2671) 2019-02-17 18:32:16 +00:00
fifosocktest.lua Polish Lua examples (#2846) 2020-06-09 22:26:52 +02:00

README.md

FIFO Module

Documentation for this Lua module is available in the fifo.md file and in the Official NodeMCU Documentation in Lua Modules section.