Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 439 Bytes

nodemcu-quick

A quick demo app based on nodemcu, useful scripts included.

Brief

.
├── LICENSE
├── README.md     # this file
├── library.lua   # useful things.
├── quick.lua     # quick runtime calls to library.lua
├── sample.log    # sample log from board runtime
└── scr/          # stores the actual .lua files

Notes!

Don't forget to change all the `IP_ADDR' to the actual ip address.