mirror of
https://github.com/wled/WLED.git
synced 2026-04-25 16:42:44 +00:00
P4 buildenv update
${common.build_flags} was missing
This commit is contained in:
@@ -593,7 +593,7 @@ board_build.partitions = ${esp32.extreme_partitions} ;; for 16MB Flash
|
||||
;;board_build.f_cpu = 400000000L ;; to enforce 400Mhz CPU speed
|
||||
build_unflags = ${esp32p4.build_unflags}
|
||||
;; -DCORE_DEBUG_LEVEL=0
|
||||
build_flags = ${esp32p4.build_flags} -D WLED_RELEASE_NAME=\"ESP32-P4_16MB\" -DBOARD_HAS_PSRAM
|
||||
build_flags = ${common.build_flags} ${esp32p4.build_flags} -D WLED_RELEASE_NAME=\"ESP32-P4_16MB\" -DBOARD_HAS_PSRAM
|
||||
;; -D WLED_DEBUG
|
||||
;; -DCORE_DEBUG_LEVEL=5
|
||||
lib_ignore = ${esp32p4.lib_ignore}
|
||||
|
||||
Reference in New Issue
Block a user