basic nodemcu stuff in lua/

This commit is contained in:
cqc
2021-07-24 00:53:12 -05:00
commit 9b342a7f34
10 changed files with 199 additions and 0 deletions

2
lua/Makefile Normal file
View File

@ -0,0 +1,2 @@
upload: init.lua
luatool.py --ip 192.168.1.174:2323 -vd -f init.lua