Skip to content

Commit 3ee6d34

Browse files
committed
Fixes
1 parent 7ada26b commit 3ee6d34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,8 +1202,8 @@ DMXin_lib_deps = https://github.com/someweisguy/esp_dmx.git#47db25d8c515e76fabcf
12021202
DMXin_lib_ignore = esp_dmx ;; to remove the esp-dmx lib dependancy (saves a few bytes)
12031203

12041204
HUB75_build_flags =
1205-
-Wno-shadow // Shush, you.
1206-
-Wno-parentheses // Shush, you.
1205+
-Wno-shadow ;; Shush, you.
1206+
-Wno-parentheses ;; Shush, you.
12071207
-D WLED_ENABLE_HUB75MATRIX ;; - requires ESP-IDF v4.4.x
12081208
;-D SPIRAM_FRAMEBUFFER ;; ONLY SUPPORTED ON ESP32-S3 VARIANTS WITH OCTAL (not quad) SPIRAM/PSRAM
12091209
-D NO_GFX ;; Disable the use of Adafruit_GFX by the HUB75 driver

wled00/wled.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ bool WLED::initEthernet()
10151015
ethernet_settings es = {};
10161016

10171017
#ifdef CONFIG_ETH_SPI_ETHERNET_W5500
1018+
#pragma message "ETHClass2 in use?"
10181019
if (!spi_use_for_w5500 || ethernetType > 0) {
10191020
#endif
10201021

0 commit comments

Comments
 (0)