Refactored server to move request parsing into a separate file. This allows the server to be used in firmware builds with floating point enabled.
This commit is contained in:
2
makefile
2
makefile
@@ -10,7 +10,7 @@ PORT=/dev/cu.usbserial-A602HRAZ
|
||||
# End of user config
|
||||
######################################################################
|
||||
HTTP_FILES := $(wildcard http/*)
|
||||
LUA_FILES := init.lua httpserver.lua httpserver-static.lua httpserver-error.lua
|
||||
LUA_FILES := init.lua httpserver.lua httpserver-request.lua httpserver-static.lua httpserver-error.lua
|
||||
|
||||
# Print usage
|
||||
usage:
|
||||
|
||||
Reference in New Issue
Block a user