Merge branch 'small-changes' into mdev
This commit is contained in:
@@ -414,7 +414,6 @@ board = esp32-c3-devkitm-1
|
||||
;platform_packages =
|
||||
platform = ${esp32.platformV4}
|
||||
platform_packages = ${esp32.platformV4_packages}
|
||||
build_flags = ${common.build_flags} ${esp32c3.build_flags}
|
||||
-D CONFIG_LITTLEFS_FOR_IDF_3_2 -D WLED_WATCHDOG_TIMEOUT=0
|
||||
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv
|
||||
build_flags = ${common.build_flags} ${esp32c3.build_flags} #-D WLED_RELEASE_NAME=ESP32-C3
|
||||
@@ -553,7 +552,7 @@ board_build.flash_mode = dio
|
||||
|
||||
[env:esp32mdevmax]
|
||||
board = esp32dev ;; standard ESP32 with 4MB Flash
|
||||
;board = esp32_twilord ;; "TwilightLord" ESP32 with 16MB Flash
|
||||
; board = esp32_twilord ;; "TwilightLord" ESP32 with 16MB Flash
|
||||
platform = ${esp32.platform}
|
||||
upload_speed = 460800 ; or 921600
|
||||
platform_packages = ${esp32.platform_packages}
|
||||
@@ -582,8 +581,8 @@ build_flags = ${common.build_flags_esp32}
|
||||
; -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_DALLASTEMPERATURE
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user