Skip to content

Commit fb1fb79

Browse files
committed
Add libdeps, effects to mesmerizer
1 parent fad5ad6 commit fb1fb79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platformio.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ board_build.embed_txtfiles = config/timezones.json
377377
build_flags = -DMESMERIZER=1
378378
-DUSE_HUB75=1
379379
-DSHOW_VU_METER=1
380+
-DEFFECTS_FULL=1
380381
${psram_flags.build_flags}
381382
${remote_flags.build_flags}
382383

@@ -473,6 +474,7 @@ extends = dev_heltec_wifi_v2
473474
build_flags = -DDEMO=1
474475
-DENABLE_WIFI=1
475476
${dev_heltec_wifi_v2.build_flags}
477+
lib_deps = ${dev_heltec_wifi_v2.lib_deps}
476478

477479
; Heltec V3 board, which is an S3 with USB-C
478480
[env:heltecv3demo]
@@ -481,6 +483,7 @@ build_flags = -DDEMO=1
481483
-DENABLE_WIFI=1
482484
-DROTATE_SCREEN=1
483485
${dev_heltec_wifi_v3.build_flags}
486+
lib_deps = ${dev_heltec_wifi_v3.lib_deps}
484487

485488
; Heltec LoRa V3 board, which is an S3 with USB-C and LoRa
486489
[env:helteclorav3demo]
@@ -680,12 +683,12 @@ build_flags = ${base_ledstrip_flags.build_flags}
680683
[env:umbrella]
681684
extends = dev_esp32
682685
build_flags = ${base_ledstrip_flags.build_flags}
683-
${effects_full_flags.build_flags}
684686
-DUMBRELLA=1
685687
-DUSE_SCREEN=0
686688
${remote_flags.build_flags}
687689
${unity_double_flags.build_flags}
688690
${dev_esp32.build_flags}
691+
lib_deps = ${dev_esp32.lib_deps}
689692

690693
[env:generic]
691694
extends = dev_esp32

0 commit comments

Comments
 (0)