Modify so all file types are uploaded, not just HTML files
This commit is contained in:
parent
9459bb2645
commit
9cea7cd370
6
makefile
6
makefile
@ -3,13 +3,13 @@
|
||||
# User configuration
|
||||
######################################################################
|
||||
# Path to the tool and serial port
|
||||
LUATOOL=./luatool/luatool/luatool.py
|
||||
PORT=/dev/ttyUSB0
|
||||
LUATOOL=../luatool/luatool/luatool.py
|
||||
PORT=/dev/cu.usbserial-A602HRAZ
|
||||
|
||||
######################################################################
|
||||
# End of user config
|
||||
######################################################################
|
||||
HTTP_FILES := $(wildcard http/*html)
|
||||
HTTP_FILES := $(wildcard http/*)
|
||||
LUA_FILES := init.lua httpserver.lua
|
||||
|
||||
# Print usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user