Merge branch 'games-usermod' into mdev
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
; default_envs = esp8285_H801
|
||||
; default_envs = d1_mini_5CH_Shojo_PCB
|
||||
; default_envs = esp32mdev
|
||||
default_envs = esp32mdevums
|
||||
default_envs = esp32mdevmax
|
||||
; default_envs = esp32mdev_PSRAM
|
||||
; default_envs = esp32s3-mdev
|
||||
; default_envs = esp8266mdev
|
||||
@@ -546,7 +546,7 @@ board_build.partitions = ${esp32.default_partitions}
|
||||
board_build.f_flash = 80000000L
|
||||
board_build.flash_mode = dio
|
||||
|
||||
[env:esp32mdevums]
|
||||
[env:esp32mdevmax]
|
||||
board = esp32dev
|
||||
platform = ${esp32.platform}
|
||||
upload_speed = 460800 ; or 921600
|
||||
@@ -561,20 +561,22 @@ build_flags = ${common.build_flags_esp32}
|
||||
-D WLED_USE_MY_CONFIG ; include custom my_config.h
|
||||
-D USERMOD_AUDIOREACTIVE
|
||||
-D UM_AUDIOREACTIVE_USE_NEW_FFT ; use latest (upstream) FFTLib, instead of older library midified by blazoncek. Slightly faster, more accurate, needs 2KB RAM extra
|
||||
-D USERMOD_DALLASTEMPERATURE
|
||||
-D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI
|
||||
-D USERMOD_FOUR_LINE_DISPLAY
|
||||
-D USERMOD_ROTARY_ENCODER_UI
|
||||
-D USERMOD_AUTO_SAVE
|
||||
; -D USERMOD_DALLASTEMPERATURE
|
||||
; -D USE_ALT_DISPlAY ; new versions of USERMOD_FOUR_LINE_DISPLAY and USERMOD_ROTARY_ENCODER_UI
|
||||
; -D USERMOD_FOUR_LINE_DISPLAY
|
||||
; -D USERMOD_ROTARY_ENCODER_UI
|
||||
; -D USERMOD_AUTO_SAVE
|
||||
-D USERMOD_CUSTOMEFFECTS ; WLEDSR usermod
|
||||
-D USERMOD_WEATHER ; WLEDSR usermod
|
||||
-D USERMOD_MPU6050_IMU ; gyro/accelero for USERMOD_GAMES (ONLY WORKS IF USERMOD_FOUR_LINE_DISPLAY NOT INCLUDED - I2C SHARING BUG)
|
||||
-D USERMOD_GAMES ; WLEDSR usermod
|
||||
; -D WLED_DEBUG ; lots of generic debug messages
|
||||
; -D SR_DEBUG ; some extra debug messages from audioreactive
|
||||
lib_deps = ${esp32.lib_deps}
|
||||
OneWire@~2.3.5 ; used for USERMOD_FOUR_LINE_DISPLAY and USERMOD_GAMES?
|
||||
olikraus/U8g2 @ ^2.28.8 ; used for USERMOD_FOUR_LINE_DISPLAY
|
||||
; OneWire@~2.3.5 ; used for USERMOD_FOUR_LINE_DISPLAY and USERMOD_DALLASTEMPERATURE
|
||||
; olikraus/U8g2 @ ^2.28.8 ; used for USERMOD_FOUR_LINE_DISPLAY
|
||||
https://github.com/kosme/arduinoFFT#develop @ 1.9.2 ; used for USERMOD_AUDIOREACTIVE
|
||||
ElectronicCats/MPU6050 @ 0.6.0 ; used for USERMOD_MPU6050_IMU
|
||||
; monitor_filters = esp32_exception_decoder ; used to show crash details
|
||||
board_build.partitions = ${esp32.default_partitions}
|
||||
; board_build.partitions = tools/WLED_ESP32_16MB.csv
|
||||
|
||||
Reference in New Issue
Block a user