Remove outdated references to esp32.AR_build_flags and esp32.AR_lib_deps
This commit is contained in:
@@ -28,7 +28,6 @@ lib_deps = ${esp8266.lib_deps}
|
|||||||
; robtillaart/SHT85@~0.3.3
|
; robtillaart/SHT85@~0.3.3
|
||||||
; ;gmag11/QuickESPNow @ ~0.7.0 # will also load QuickDebug
|
; ;gmag11/QuickESPNow @ ~0.7.0 # will also load QuickDebug
|
||||||
; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
|
; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
|
||||||
; ${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
|
|
||||||
|
|
||||||
build_unflags = ${common.build_unflags}
|
build_unflags = ${common.build_unflags}
|
||||||
build_flags = ${common.build_flags} ${esp8266.build_flags}
|
build_flags = ${common.build_flags} ${esp8266.build_flags}
|
||||||
@@ -140,8 +139,6 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
|
|||||||
; -D PIR_SENSOR_MAX_SENSORS=2 # max allowable sensors (uses OR logic for triggering)
|
; -D PIR_SENSOR_MAX_SENSORS=2 # max allowable sensors (uses OR logic for triggering)
|
||||||
;
|
;
|
||||||
; Use Audioreactive usermod and configure I2S microphone
|
; Use Audioreactive usermod and configure I2S microphone
|
||||||
; ${esp32.AR_build_flags} ;; default flags required to properly configure ArduinoFFT
|
|
||||||
; ;; don't forget to add ArduinoFFT to your libs_deps: ${esp32.AR_lib_deps}
|
|
||||||
; -D AUDIOPIN=-1
|
; -D AUDIOPIN=-1
|
||||||
; -D DMTYPE=1 # 0-analog/disabled, 1-I2S generic, 2-ES7243, 3-SPH0645, 4-I2S+mclk, 5-I2S PDM
|
; -D DMTYPE=1 # 0-analog/disabled, 1-I2S generic, 2-ES7243, 3-SPH0645, 4-I2S+mclk, 5-I2S PDM
|
||||||
; -D I2S_SDPIN=36
|
; -D I2S_SDPIN=36
|
||||||
@@ -241,9 +238,7 @@ lib_deps = ${esp8266.lib_deps}
|
|||||||
extends = env:esp32dev # we want to extend the existing esp32dev environment (and define only updated options)
|
extends = env:esp32dev # we want to extend the existing esp32dev environment (and define only updated options)
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
build_flags = ${common.build_flags} ${esp32.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
|
build_flags = ${common.build_flags} ${esp32.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
|
||||||
${esp32.AR_build_flags} ;; optional - includes USERMOD_AUDIOREACTIVE
|
|
||||||
lib_deps = ${esp32.lib_deps}
|
lib_deps = ${esp32.lib_deps}
|
||||||
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
|
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
board_build.f_flash = 80000000L
|
board_build.f_flash = 80000000L
|
||||||
board_build.flash_mode = qio
|
board_build.flash_mode = qio
|
||||||
@@ -255,9 +250,7 @@ board_build.flash_mode = qio
|
|||||||
extends = esp32_idf_V4 # based on newer "esp-idf V4" platform environment
|
extends = esp32_idf_V4 # based on newer "esp-idf V4" platform environment
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
|
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
|
||||||
${esp32.AR_build_flags} ;; includes USERMOD_AUDIOREACTIVE
|
|
||||||
lib_deps = ${esp32_idf_V4.lib_deps}
|
lib_deps = ${esp32_idf_V4.lib_deps}
|
||||||
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
|
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
board_build.partitions = ${esp32.default_partitions} ;; if you get errors about "out of program space", change this to ${esp32.extended_partitions} or even ${esp32.big_partitions}
|
board_build.partitions = ${esp32.default_partitions} ;; if you get errors about "out of program space", change this to ${esp32.extended_partitions} or even ${esp32.big_partitions}
|
||||||
board_build.f_flash = 80000000L
|
board_build.f_flash = 80000000L
|
||||||
@@ -375,11 +368,9 @@ build_flags = ${common.build_flags} ${esp32.build_flags}
|
|||||||
-D USERMOD_DALLASTEMPERATURE
|
-D USERMOD_DALLASTEMPERATURE
|
||||||
-D USERMOD_FOUR_LINE_DISPLAY
|
-D USERMOD_FOUR_LINE_DISPLAY
|
||||||
-D TEMPERATURE_PIN=23
|
-D TEMPERATURE_PIN=23
|
||||||
${esp32.AR_build_flags} ;; includes USERMOD_AUDIOREACTIVE
|
|
||||||
lib_deps = ${esp32.lib_deps}
|
lib_deps = ${esp32.lib_deps}
|
||||||
OneWire@~2.3.5 ;; needed for USERMOD_DALLASTEMPERATURE
|
OneWire@~2.3.5 ;; needed for USERMOD_DALLASTEMPERATURE
|
||||||
olikraus/U8g2 @ ^2.28.8 ;; needed for USERMOD_FOUR_LINE_DISPLAY
|
olikraus/U8g2 @ ^2.28.8 ;; needed for USERMOD_FOUR_LINE_DISPLAY
|
||||||
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
|
|
||||||
board_build.partitions = ${esp32.default_partitions}
|
board_build.partitions = ${esp32.default_partitions}
|
||||||
|
|
||||||
[env:esp32_pico-D4]
|
[env:esp32_pico-D4]
|
||||||
@@ -391,13 +382,11 @@ build_flags = ${common.build_flags} ${esp32.build_flags}
|
|||||||
-D WLED_DISABLE_ADALIGHT ;; no serial-to-USB chip on this board - better to disable serial protocols
|
-D WLED_DISABLE_ADALIGHT ;; no serial-to-USB chip on this board - better to disable serial protocols
|
||||||
-D DATA_PINS=2,18 ;; LED pins
|
-D DATA_PINS=2,18 ;; LED pins
|
||||||
-D RLYPIN=19 -D BTNPIN=0 -D IRPIN=-1 ;; no default pin for IR
|
-D RLYPIN=19 -D BTNPIN=0 -D IRPIN=-1 ;; no default pin for IR
|
||||||
${esp32.AR_build_flags} ;; include USERMOD_AUDIOREACTIVE
|
|
||||||
-D UM_AUDIOREACTIVE_ENABLE ;; enable AR by default
|
-D UM_AUDIOREACTIVE_ENABLE ;; enable AR by default
|
||||||
;; Audioreactive settings for on-board microphone (ICS-43432)
|
;; Audioreactive settings for on-board microphone (ICS-43432)
|
||||||
-D SR_DMTYPE=1 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14
|
-D SR_DMTYPE=1 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14
|
||||||
-D SR_SQUELCH=5 -D SR_GAIN=30
|
-D SR_SQUELCH=5 -D SR_GAIN=30
|
||||||
lib_deps = ${esp32.lib_deps}
|
lib_deps = ${esp32.lib_deps}
|
||||||
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
|
|
||||||
board_build.partitions = ${esp32.default_partitions}
|
board_build.partitions = ${esp32.default_partitions}
|
||||||
board_build.f_flash = 80000000L
|
board_build.f_flash = 80000000L
|
||||||
|
|
||||||
@@ -582,7 +571,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
|
|||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-DLOLIN_WIFI_FIX ; seems to work much better with this
|
-DLOLIN_WIFI_FIX ; seems to work much better with this
|
||||||
-D WLED_WATCHDOG_TIMEOUT=0
|
-D WLED_WATCHDOG_TIMEOUT=0
|
||||||
${esp32.AR_build_flags}
|
|
||||||
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
|
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
|
||||||
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
|
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
|
||||||
-D ARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3
|
-D ARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3
|
||||||
@@ -590,7 +578,6 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
|
|||||||
|
|
||||||
|
|
||||||
lib_deps = ${esp32s3.lib_deps}
|
lib_deps = ${esp32s3.lib_deps}
|
||||||
${esp32.AR_lib_deps}
|
|
||||||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
|
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
|
||||||
|
|
||||||
board_build.partitions = ${esp32.default_partitions}
|
board_build.partitions = ${esp32.default_partitions}
|
||||||
@@ -610,14 +597,12 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
|
|||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
-DLOLIN_WIFI_FIX ; seems to work much better with this
|
-DLOLIN_WIFI_FIX ; seems to work much better with this
|
||||||
-D WLED_WATCHDOG_TIMEOUT=0
|
-D WLED_WATCHDOG_TIMEOUT=0
|
||||||
${esp32.AR_build_flags}
|
|
||||||
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
|
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
|
||||||
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
|
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
|
||||||
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
|
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
|
||||||
-D WLED_DEBUG_BUS
|
-D WLED_DEBUG_BUS
|
||||||
|
|
||||||
lib_deps = ${esp32s3.lib_deps}
|
lib_deps = ${esp32s3.lib_deps}
|
||||||
${esp32.AR_lib_deps}
|
|
||||||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
|
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
|
||||||
|
|
||||||
board_build.partitions = ${esp32.default_partitions}
|
board_build.partitions = ${esp32.default_partitions}
|
||||||
|
|||||||
Reference in New Issue
Block a user