From fe57bfce1bbbf15016cecc9ac15876e1649357f9 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Wed, 18 Nov 2020 09:45:07 +0100 Subject: [PATCH] FS define --- platformio.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 070e1c1d3..c23047e68 100644 --- a/platformio.ini +++ b/platformio.ini @@ -159,6 +159,7 @@ build_flags = [esp32] build_flags = -w -g -DARDUINO_ARCH_ESP32 + -DCONFIG_LITTLEFS_FOR_IDF_3_2 [scripts_defaults] extra_scripts = pio/name-firmware.py @@ -175,8 +176,6 @@ board_build.flash_mode = dout monitor_speed = 115200 upload_speed = 115200 -lib_extra_dirs = ./wled00/src - # ------------------------------------------------------------------------------ # LIBRARIES: required dependencies # Please note that we don't always use the latest version of a library.