File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,6 @@ debug_flags = -D DEBUG=1 -D WLED_DEBUG
185185# ------------------------------------------------------------------------------
186186build_flags =
187187 -Wno-attributes
188- -Wno-parentheses
189188 -DMQTT_MAX_PACKET_SIZE =1024
190189 -DSECURE_CLIENT =SECURE_CLIENT_BEARSSL
191190 -DBEARSSL_SSL_BASIC
@@ -1203,6 +1202,8 @@ DMXin_lib_deps = https://github.com/someweisguy/esp_dmx.git#47db25d8c515e76fabcf
12031202DMXin_lib_ignore = esp_dmx ; ; to remove the esp-dmx lib dependancy (saves a few bytes)
12041203
12051204HUB75_build_flags =
1205+ -Wno-shadow // Shush, you.
1206+ -Wno-parentheses // Shush, you.
12061207 -D WLED_ENABLE_HUB75MATRIX ; ; - requires ESP-IDF v4.4.x
12071208 ; -D SPIRAM_FRAMEBUFFER ;; ONLY SUPPORTED ON ESP32-S3 VARIANTS WITH OCTAL (not quad) SPIRAM/PSRAM
12081209 -D NO_GFX ; ; Disable the use of Adafruit_GFX by the HUB75 driver
You can’t perform that action at this time.
0 commit comments