This commit is contained in:
parent
b10103377d
commit
8209a9a936
5 changed files with 57 additions and 33 deletions
|
|
@ -2,11 +2,11 @@ PROGRAM=fiatlux
|
|||
|
||||
EXTRA_CFLAGS=-O3 -Ibuild/gen -DLWIP_NETIF_HOSTNAME=1
|
||||
|
||||
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/rboot-ota extras/mbedtls extras/httpd extras/sntp extras/cpp_support
|
||||
EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/rboot-ota extras/mbedtls extras/httpd extras/sntp extras/cpp_support extras/paho_mqtt_c
|
||||
|
||||
LIBS = hal m
|
||||
|
||||
FLASH_MODE = dio
|
||||
FLASH_MODE = qio
|
||||
|
||||
include ../modules/rtos/common.mk
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ html: build/gen/fsdata.c
|
|||
build/gen/fsdata.c: webdir/index.html webdir/404.html webdir/css/picnic.min.css webdir/css/style.css webdir/js/smoothie_min.js
|
||||
@echo "Generating fsdata.."
|
||||
@mkdir -p $(dir $@)
|
||||
@./mkwebfs.py --gzip -o $@ $^
|
||||
@./mkwebfs.py --gzip --minify -o $@ $^
|
||||
|
||||
test: unittest systest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue