Update platformio.ini
small fix - wrong keyword
This commit is contained in:
@@ -1312,7 +1312,7 @@ lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compila
|
|||||||
extends = esp32_4MB_V4_S_base
|
extends = esp32_4MB_V4_S_base
|
||||||
;board = esp32cam
|
;board = esp32cam
|
||||||
board = lolin_d32_pro
|
board = lolin_d32_pro
|
||||||
;default_partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; Alternative for 4MB flash: 1.8MB firmware, 256KB filesystem (esptool erase_flash needed before changing)
|
;board_build.partitions = tools/WLED_ESP32_4MB_256KB_FS.csv ;; Alternative for 4MB flash: 1.8MB firmware, 256KB filesystem (esptool erase_flash needed before changing)
|
||||||
build_unflags = ${esp32_4MB_V4_S_base.build_unflags}
|
build_unflags = ${esp32_4MB_V4_S_base.build_unflags}
|
||||||
-DARDUINO_EVENT_RUNNING_CORE=1 ;; we want to run wifi on core0, so remove the standard flag
|
-DARDUINO_EVENT_RUNNING_CORE=1 ;; we want to run wifi on core0, so remove the standard flag
|
||||||
-mfix-esp32-psram-cache-issue ;; this fix is not needed any more for revision 3
|
-mfix-esp32-psram-cache-issue ;; this fix is not needed any more for revision 3
|
||||||
|
|||||||
Reference in New Issue
Block a user