diff --git a/platformio_override.sample.ini b/platformio_override.sample.ini index 27bbfe152..bf06a4a6e 100644 --- a/platformio_override.sample.ini +++ b/platformio_override.sample.ini @@ -141,7 +141,7 @@ build_flags = ${common.build_flags} ${esp8266.build_flags} ; -D PIR_SENSOR_MAX_SENSORS=2 # max allowable sensors (uses OR logic for triggering) ; ; Use Audioreactive usermod and configure I2S microphone -; ${esp32.AR_build_flags} ;; default flags required to propery configure ArduinoFFT +; ${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 DMTYPE=1 # 0-analog/disabled, 1-I2S generic, 2-ES7243, 3-SPH0645, 4-I2S+mclk, 5-I2S PDM @@ -239,7 +239,7 @@ build_flags = ${common.build_flags} ${esp8266.build_flags} -D DATA_PINS=1 -D WLE lib_deps = ${esp8266.lib_deps} [env:esp32dev_qio80] -extends = env:esp32dev # ww 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 build_unflags = ${common.build_unflags} build_flags = ${common.build_flags} ${esp32.build_flags} #-D WLED_DISABLE_BROWNOUT_DET