From 141926be99a15a42afebb5bf76e4f410f828b140 Mon Sep 17 00:00:00 2001 From: tobi01001 Date: Mon, 20 Dec 2021 21:34:00 +0100 Subject: [PATCH] Partly Partial web interface #231 At least the correct content type for the file being served static. --- esp8266-fastled-webserver/data/index.htm | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp8266-fastled-webserver/data/index.htm b/esp8266-fastled-webserver/data/index.htm index 29f466f4..ab18a20f 100644 --- a/esp8266-fastled-webserver/data/index.htm +++ b/esp8266-fastled-webserver/data/index.htm @@ -15,7 +15,7 @@ - + diff --git a/platformio.ini b/platformio.ini index 7740745b..51075b27 100644 --- a/platformio.ini +++ b/platformio.ini @@ -120,7 +120,7 @@ build_flags = -D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703 -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -D VTABLES_IN_FLASH - -D MIMETYPE_MINIMAL + lib_deps = ${env.lib_deps}