We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b942be commit fe57bfcCopy full SHA for fe57bfc
platformio.ini
@@ -159,6 +159,7 @@ build_flags =
159
[esp32]
160
build_flags = -w -g
161
-DARDUINO_ARCH_ESP32
162
+ -DCONFIG_LITTLEFS_FOR_IDF_3_2
163
164
[scripts_defaults]
165
extra_scripts = pio/name-firmware.py
@@ -175,8 +176,6 @@ board_build.flash_mode = dout
175
176
monitor_speed = 115200
177
upload_speed = 115200
178
-lib_extra_dirs = ./wled00/src
179
-
180
# ------------------------------------------------------------------------------
181
# LIBRARIES: required dependencies
182
# Please note that we don't always use the latest version of a library.
0 commit comments