A smart christmas light with two colours (red and green) obviously. Written for the ESP8266 in Lua.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
243 B

#! /usr/bin/env bash
#while read f; do /home/wes/code/nodemcu-firmware/luac.cross.int -o "$(echo $f | cut -d '.' -f 1).lc" $f ; done < <(ls *lua)
#rm -f init.lc
rm -f lfs.img
/home/wes/code/nodemcu-firmware/luac.cross.int -f -o lfs.img *lua