Skip to content

Commit ebf028b

Browse files
authored
Merge pull request #240 from tobi01001/fixContentType
Fixes Partial web interface #231 when loaded from file system
2 parents d52308e + 16ee908 commit ebf028b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
Loading

esp8266-fastled-webserver/data/index.htm

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)