Skip to content

Commit 7ada26b

Browse files
committed
Quiet down HUB75 build output for testing
1 parent 85a6992 commit 7ada26b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ debug_flags = -D DEBUG=1 -D WLED_DEBUG
185185
# ------------------------------------------------------------------------------
186186
build_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
12031202
DMXin_lib_ignore = esp_dmx ;; to remove the esp-dmx lib dependancy (saves a few bytes)
12041203

12051204
HUB75_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

0 commit comments

Comments
 (0)