nodemcu-platform icon indicating copy to clipboard operation
nodemcu-platform copied to clipboard

A platform to serve as a base for nodemcu-firmware Lua applications

Results 1 nodemcu-platform issues
Sort by recently updated
recently updated
newest added

luaserver.lua does not return the required Part of the checkin is: ``` - return {detect = detect, install = install, onReceive = onReceive} + return luasrv ``` Apparently a very...