@@ -10,7 +10,7 @@ default_envs = WLED_tasmota_1M # define as many as you need
1010# ----------
1111# SAMPLE
1212# ----------
13- [env:WLED_generic8266_1M ]
13+ [env:WLED_tasmota_1M ]
1414extends = env:esp01_1m_full # when you want to extend the existing environment (define only updated options)
1515; board = esp01_1m # uncomment when ou need different board
1616; platform = ${common.platform_wled_default} # uncomment and change when you want particular platform
@@ -26,9 +26,9 @@ lib_deps = ${esp8266.lib_deps}
2626; adafruit/Adafruit BME280 Library@^2.2.2
2727; Wire
2828; robtillaart/SHT85@~0.3.3
29- ; ; gmag11/QuickESPNow @ ~0.7.0 # will also load QuickDebug
29+ ; gmag11/QuickESPNow ;@ 0.6.2
3030; https://github.com/blazoncek/QuickESPNow.git#optional-debug ;; exludes debug library
31- ; ${esp32.AR_lib_deps} ;; used for USERMOD_AUDIOREACTIVE
31+ ; https://github.com/kosme/arduinoFFT#develop @ 2.0.1 ;; used for USERMOD_AUDIOREACTIVE
3232build_unflags = ${common.build_unflags}
3333build_flags = ${common.build_flags} ${esp8266.build_flags}
3434;
@@ -51,11 +51,6 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
5151; -D WLED_DISABLE_ESPNOW
5252; -D WLED_DISABLE_BROWNOUT_DET
5353;
54- ; enable optional built-in features
55- ; -D WLED_ENABLE_PIXART
56- ; -D WLED_ENABLE_USERMOD_PAGE # if created
57- ; -D WLED_ENABLE_DMX
58- ;
5954; PIN defines - uncomment and change, if needed:
6055; -D LEDPIN=2
6156; or use this for multiple outputs
@@ -69,8 +64,6 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
6964;
7065; Limit max buses
7166; -D WLED_MAX_BUSSES=2
72- ; -D WLED_MAX_ANALOG_CHANNELS=3 # only 3 PWM HW pins available
73- ; -D WLED_MAX_DIGITAL_CHANNELS=2 # only 2 HW accelerated pins available
7467;
7568; Configure default WiFi
7669; -D CLIENT_SSID='"MyNetwork"'
@@ -135,12 +128,12 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
135128;
136129; Use PIR sensor usermod and configure it to use GPIO4 and timer of 60s
137130; -D USERMOD_PIRSWITCH
138- ; -D PIR_SENSOR_PIN=4 # use -1 to disable usermod
131+ ; -D PIR_SENSOR_PIN=4
139132; -D PIR_SENSOR_OFF_SEC=60
140- ; -D PIR_SENSOR_MAX_SENSORS=2 # max allowable sensors (uses OR logic for triggering)
141133;
142134; Use Audioreactive usermod and configure I2S microphone
143135; -D USERMOD_AUDIOREACTIVE
136+ ; -D UM_AUDIOREACTIVE_USE_NEW_FFT
144137; -D AUDIOPIN=-1
145138; -D DMTYPE=1 # 0-analog/disabled, 1-I2S generic, 2-ES7243, 3-SPH0645, 4-I2S+mclk, 5-I2S PDM
146139; -D I2S_SDPIN=36
@@ -162,22 +155,18 @@ build_flags = ${common.build_flags} ${esp8266.build_flags}
162155; -D DEFAULT_LED_COUNT=30
163156; or this for multiple outputs
164157; -D PIXEL_COUNTS=30,30
165- ;
166- ; set the default LED type
167- ; -D DEFAULT_LED_TYPE=22 # see const.h (TYPE_xxxx)
168- ;
169- ; set milliampere limit when using ESP power pin (or inadequate PSU) to power LEDs
158+ ;
159+ ; set milliampere limit when using ESP pin to power leds
170160; -D ABL_MILLIAMPS_DEFAULT=850
171- ; -D LED_MILLIAMPS_DEFAULT=55
172161;
173162; enable IR by setting remote type
174- ; -D IRTYPE=0 # 0 Remote disabled | 1 24-key RGB | 2 24-key with CT | 3 40-key blue | 4 40-key RGB | 5 21-key RGB | 6 6-key black | 7 9-key red | 8 JSON remote
163+ ; -D IRTYPE=0 ; 0 Remote disabled | 1 24-key RGB | 2 24-key with CT | 3 40-key blue | 4 40-key RGB | 5 21-key RGB | 6 6-key black | 7 9-key red | 8 JSON remote
175164;
176165; set default color order of your led strip
177166; -D DEFAULT_LED_COLOR_ORDER=COL_ORDER_GRB
178167;
179168; use PSRAM on classic ESP32 rev.1 (rev.3 or above has no issues)
180- ; -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue # needed only for classic ESP32 rev.1
169+ ; -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
181170;
182171; configure I2C and SPI interface (for various hardware)
183172; -D I2CSDAPIN=33 # initialise interface
0 commit comments