test with new deps
This commit is contained in:
parent
946206f050
commit
734816f5f3
1 changed files with 3 additions and 22 deletions
|
@ -9,6 +9,9 @@ platform = espressif32
|
|||
board = wemos_d1_mini32
|
||||
lib_deps =
|
||||
fastled/FastLED
|
||||
Wire
|
||||
adafruit/Adafruit BusIO
|
||||
adafruit/Adafruit GFX Library
|
||||
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
|
||||
build_flags =
|
||||
upload_speed = 460800
|
||||
|
@ -19,22 +22,12 @@ monitor_filters = esp32_exception_decoder
|
|||
build_flags =
|
||||
${env.build_flags}
|
||||
-DTEST_FASTLINES
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
Wire
|
||||
adafruit/Adafruit BusIO
|
||||
adafruit/Adafruit GFX Library
|
||||
|
||||
[env:debug]
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
-DTEST_FASTLINES
|
||||
-DSERIAL_DEBUG
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
Wire
|
||||
adafruit/Adafruit BusIO
|
||||
adafruit/Adafruit GFX Library
|
||||
|
||||
; build without GFX functions
|
||||
[env:minimal]
|
||||
|
@ -43,8 +36,6 @@ build_flags =
|
|||
-DNO_GFX
|
||||
-DNO_FAST_FUNCTIONS
|
||||
-DNO_CIE1931
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
|
||||
; Virtual Panel test
|
||||
[env:vpane]
|
||||
|
@ -52,11 +43,6 @@ build_flags =
|
|||
${env.build_flags}
|
||||
-DNO_FAST_FUNCTIONS
|
||||
-DVIRTUAL_PANE
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
Wire
|
||||
adafruit/Adafruit BusIO
|
||||
adafruit/Adafruit GFX Library
|
||||
|
||||
; Virtual Panel test
|
||||
[env:vpane_minimal]
|
||||
|
@ -66,11 +52,6 @@ build_flags =
|
|||
-DNO_GFX
|
||||
-DNO_FAST_FUNCTIONS
|
||||
-DNO_CIE1931
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
Wire
|
||||
adafruit/Adafruit BusIO
|
||||
adafruit/Adafruit GFX Library
|
||||
|
||||
; PIO CI can't handle IDF git modules properly (yet)
|
||||
;[env:idfarduino]
|
||||
|
|
Loading…
Reference in a new issue