move to bootstrap

This commit is contained in:
Christian Herzog
2019-09-21 22:08:23 +02:00
parent 3bd886b8df
commit 7e4ed77af0
10 changed files with 225 additions and 188 deletions

View File

@@ -2,5 +2,6 @@ idf_component_register(SRCS "dns_server.c" "http_server.c" "json.c" "wifi_manage
INCLUDE_DIRS .
REQUIRES esp_common
PRIV_REQUIRES newlib freertos spi_flash nvs_flash mdns pthread wpa_supplicant cmd_system
EMBED_FILES style.css jquery.gz code.js index.html
)
EMBED_FILES style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
)