Skip to content

Commit 7fe831c

Browse files
committed
Remove outdated references to esp32.AR_build_flags and esp32.AR_lib_deps
1 parent 6606924 commit 7fe831c

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

platformio_override.sample.ini

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ lib_deps = ${esp8266.lib_deps}
2828
; robtillaart/SHT85@~0.3.3
2929
; ;gmag11/QuickESPNow @ ~0.7.0 # will also load QuickDebug
3030
; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
31-
; ${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
3231

3332
build_unflags = ${common.build_unflags}
3433
build_flags = ${common.build_flags} ${esp8266.build_flags}
@@ -140,8 +139,6 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
140139
; -D PIR_SENSOR_MAX_SENSORS=2 # max allowable sensors (uses OR logic for triggering)
141140
;
142141
; Use Audioreactive usermod and configure I2S microphone
143-
; ${esp32.AR_build_flags} ;; default flags required to properly configure ArduinoFFT
144-
; ;; don't forget to add ArduinoFFT to your libs_deps: ${esp32.AR_lib_deps}
145142
; -D AUDIOPIN=-1
146143
; -D DMTYPE=1 # 0-analog/disabled, 1-I2S generic, 2-ES7243, 3-SPH0645, 4-I2S+mclk, 5-I2S PDM
147144
; -D I2S_SDPIN=36
@@ -241,9 +238,7 @@ lib_deps = ${esp8266.lib_deps}
241238
extends = env:esp32dev # we want to extend the existing esp32dev environment (and define only updated options)
242239
board = esp32dev
243240
build_flags = ${common.build_flags} ${esp32.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
244-
${esp32.AR_build_flags} ;; optional - includes USERMOD_AUDIOREACTIVE
245241
lib_deps = ${esp32.lib_deps}
246-
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
247242
monitor_filters = esp32_exception_decoder
248243
board_build.f_flash = 80000000L
249244
board_build.flash_mode = qio
@@ -255,9 +250,7 @@ board_build.flash_mode = qio
255250
extends = esp32_idf_V4 # based on newer "esp-idf V4" platform environment
256251
board = esp32dev
257252
build_flags = ${common.build_flags} ${esp32_idf_V4.build_flags} #-D WLED_DISABLE_BROWNOUT_DET
258-
${esp32.AR_build_flags} ;; includes USERMOD_AUDIOREACTIVE
259253
lib_deps = ${esp32_idf_V4.lib_deps}
260-
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
261254
monitor_filters = esp32_exception_decoder
262255
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}
263256
board_build.f_flash = 80000000L
@@ -375,11 +368,9 @@ build_flags = ${common.build_flags} ${esp32.build_flags}
375368
-D USERMOD_DALLASTEMPERATURE
376369
-D USERMOD_FOUR_LINE_DISPLAY
377370
-D TEMPERATURE_PIN=23
378-
${esp32.AR_build_flags} ;; includes USERMOD_AUDIOREACTIVE
379371
lib_deps = ${esp32.lib_deps}
380372
OneWire@~2.3.5 ;; needed for USERMOD_DALLASTEMPERATURE
381373
olikraus/U8g2 @ ^2.28.8 ;; needed for USERMOD_FOUR_LINE_DISPLAY
382-
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
383374
board_build.partitions = ${esp32.default_partitions}
384375

385376
[env:esp32_pico-D4]
@@ -391,13 +382,11 @@ build_flags = ${common.build_flags} ${esp32.build_flags}
391382
-D WLED_DISABLE_ADALIGHT ;; no serial-to-USB chip on this board - better to disable serial protocols
392383
-D DATA_PINS=2,18 ;; LED pins
393384
-D RLYPIN=19 -D BTNPIN=0 -D IRPIN=-1 ;; no default pin for IR
394-
${esp32.AR_build_flags} ;; include USERMOD_AUDIOREACTIVE
395385
-D UM_AUDIOREACTIVE_ENABLE ;; enable AR by default
396386
;; Audioreactive settings for on-board microphone (ICS-43432)
397387
-D SR_DMTYPE=1 -D I2S_SDPIN=25 -D I2S_WSPIN=15 -D I2S_CKPIN=14
398388
-D SR_SQUELCH=5 -D SR_GAIN=30
399389
lib_deps = ${esp32.lib_deps}
400-
${esp32.AR_lib_deps} ;; needed for USERMOD_AUDIOREACTIVE
401390
board_build.partitions = ${esp32.default_partitions}
402391
board_build.f_flash = 80000000L
403392

@@ -582,15 +571,13 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
582571
-DBOARD_HAS_PSRAM
583572
-DLOLIN_WIFI_FIX ; seems to work much better with this
584573
-D WLED_WATCHDOG_TIMEOUT=0
585-
${esp32.AR_build_flags}
586-
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
574+
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
587575
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
588576
-D ARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3
589577
-D WLED_DEBUG_BUS
590578

591579

592580
lib_deps = ${esp32s3.lib_deps}
593-
${esp32.AR_lib_deps}
594581
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
595582

596583
board_build.partitions = ${esp32.default_partitions}
@@ -610,14 +597,12 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
610597
-DBOARD_HAS_PSRAM
611598
-DLOLIN_WIFI_FIX ; seems to work much better with this
612599
-D WLED_WATCHDOG_TIMEOUT=0
613-
${esp32.AR_build_flags}
614600
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
615601
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
616602
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
617603
-D WLED_DEBUG_BUS
618604

619605
lib_deps = ${esp32s3.lib_deps}
620-
${esp32.AR_lib_deps}
621606
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git#aa28e2a ;; S3_LCD_DIV_NUM fix
622607

623608
board_build.partitions = ${esp32.default_partitions}

0 commit comments

Comments
 (0)