forked from j3d1/fiatlux
add fsdata webdir
This commit is contained in:
parent
9b0f98f7fb
commit
0814fc837f
6 changed files with 142 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ EXTRA_CFLAGS=-O3
|
|||
#Enable debugging
|
||||
#EXTRA_CFLAGS+=-DLWIP_DEBUG=1 -DHTTPD_DEBUG=LWIP_DBG_ON
|
||||
|
||||
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/mbedtls extras/sntp extras/cpp_support
|
||||
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/mbedtls extras/httpd extras/sntp extras/cpp_support
|
||||
|
||||
LIBS = hal m
|
||||
|
||||
|
|
@ -24,3 +24,5 @@ unittest:
|
|||
|
||||
systest:
|
||||
true
|
||||
|
||||
.NOTPARALLEL: html all
|
||||
Loading…
Add table
Add a link
Reference in a new issue