Merge pull request #46 from netmindz/animartrix-library
Update ANIMartRIX usermod to use 0.42.Beta
This commit is contained in:
@@ -851,12 +851,14 @@ lib_deps_M =
|
||||
OneWire@~2.3.5 ; used for USERMOD_FOUR_LINE_DISPLAY and USERMOD_DALLASTEMPERATURE
|
||||
olikraus/U8g2 @ ^2.28.8 ; used for USERMOD_FOUR_LINE_DISPLAY
|
||||
ElectronicCats/MPU6050 @ 0.6.0 ; used for USERMOD_MPU6050_IMU
|
||||
https://github.com/netmindz/animartrix.git#d7c1896166f13fec2917c305222a77e3b504d060
|
||||
|
||||
lib_deps_V4_M =
|
||||
;https://github.com/blazoncek/OneWire.git ; includes bugfixes for inconsistent readings
|
||||
paulstoffregen/OneWire@ ^2.3.7 ; used for USERMOD_DALLASTEMPERATURE -> need newer release with bugfixes for -S3; still requires TEMPERATURE_PIN < 46
|
||||
olikraus/U8g2@ ^2.34.5 ; used for USERMOD_FOUR_LINE_DISPLAY -> need newer version with bugfixes for arduino-esp32 v2.0.4 (Wire inititialization)
|
||||
ElectronicCats/MPU6050 @ 0.6.0 ; used for USERMOD_MPU6050_IMU
|
||||
https://github.com/netmindz/animartrix.git#d7c1896166f13fec2917c305222a77e3b504d060
|
||||
|
||||
build_flags_XL =
|
||||
-D USERMOD_BH1750
|
||||
@@ -1003,6 +1005,8 @@ build_flags = ${esp32_4MB_M_base.build_flags}
|
||||
extends = esp32_4MB_XL_base
|
||||
build_flags = ${esp32_4MB_XL_base.build_flags}
|
||||
-D WLED_RELEASE_NAME=esp32_4MB_XL
|
||||
build_unflags =
|
||||
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
|
||||
; RAM: [== ] 24.4% (used 80060 bytes from 327680 bytes)
|
||||
; Flash: [==========] 95.3% (used 1499037 bytes from 1572864 bytes)
|
||||
|
||||
@@ -1021,6 +1025,8 @@ board_build.partitions = tools/WLED_ESP32_16MB.csv ;; WLED standard for
|
||||
extends = esp32_4MB_M_base
|
||||
build_unflags = ${common.build_unflags}
|
||||
-D CORE_DEBUG_LEVEL=0
|
||||
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
|
||||
|
||||
build_flags = ${esp32_4MB_M_base.build_flags}
|
||||
${Debug_Flags.build_flags}
|
||||
-D CORE_DEBUG_LEVEL=2 ;; 2=warning
|
||||
@@ -1506,6 +1512,7 @@ build_unflags = ${common.build_unflags}
|
||||
-D WLED_ENABLE_DMX ;; disabled because it does not work with ESP-IDF 4.4.x (buggy driver in SparkFunDMX)
|
||||
-D WLED_ENABLE_DMX_INPUT ;; needs more testing
|
||||
;-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to disable net print
|
||||
-D USERMOD_ANIMARTRIX ;; Tips our memory usage over the limit
|
||||
|
||||
build_flags = ${common.build_flags} ${esp32c3.build_flags}
|
||||
; -D WLED_DISABLE_OTA ;; OTA is not possible for boards with 2MB flash only (like some Ai-Thinker ESP32-C3-12F models)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user