Skip to content

Commit

Permalink
Partly Partial web interface jasoncoon#231
Browse files Browse the repository at this point in the history
At least the correct content type for the file being served static.
  • Loading branch information
tobi01001 committed Dec 20, 2021
1 parent d52308e commit 141926b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp8266-fastled-webserver/data/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- request CSS from the ESP8266 web server -->
<!-- <link rel="stylesheet" href="css/bootstrap-5.1.3.min.css"> -->
<!-- <link rel="stylesheet" href="css/minicolors-2.3.6.min.css"> -->
<!-- <link rel="stylesheet" href="css/bootstrap-icons.min.css"> -->
<!-- <link rel="stylesheet" href="css/bootstrap-icons-1.7.2.min.css"> -->

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

Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 141926b

Please sign in to comment.