Skip to content

Commit 141926b

Browse files
committed
Partly Partial web interface jasoncoon#231
At least the correct content type for the file being served static.
1 parent d52308e commit 141926b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp8266-fastled-webserver/data/index.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- request CSS from the ESP8266 web server -->
1616
<!-- <link rel="stylesheet" href="css/bootstrap-5.1.3.min.css"> -->
1717
<!-- <link rel="stylesheet" href="css/minicolors-2.3.6.min.css"> -->
18-
<!-- <link rel="stylesheet" href="css/bootstrap-icons.min.css"> -->
18+
<!-- <link rel="stylesheet" href="css/bootstrap-icons-1.7.2.min.css"> -->
1919

2020
<link rel="stylesheet" href="css/styles.css">
2121

platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ build_flags =
120120
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
121121
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
122122
-D VTABLES_IN_FLASH
123-
-D MIMETYPE_MINIMAL
123+
124124
lib_deps =
125125
${env.lib_deps}
126126

0 commit comments

Comments
 (0)