We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52308e commit 141926bCopy full SHA for 141926b
esp8266-fastled-webserver/data/index.htm
@@ -15,7 +15,7 @@
15
<!-- request CSS from the ESP8266 web server -->
16
<!-- <link rel="stylesheet" href="css/bootstrap-5.1.3.min.css"> -->
17
<!-- <link rel="stylesheet" href="css/minicolors-2.3.6.min.css"> -->
18
- <!-- <link rel="stylesheet" href="css/bootstrap-icons.min.css"> -->
+ <!-- <link rel="stylesheet" href="css/bootstrap-icons-1.7.2.min.css"> -->
19
20
<link rel="stylesheet" href="css/styles.css">
21
platformio.ini
@@ -120,7 +120,7 @@ build_flags =
120
-D PIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
121
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
122
-D VTABLES_IN_FLASH
123
- -D MIMETYPE_MINIMAL
+
124
lib_deps =
125
${env.lib_deps}
126
0 commit comments