File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1202,8 +1202,8 @@ DMXin_lib_deps = https://github.com/someweisguy/esp_dmx.git#47db25d8c515e76fabcf
12021202DMXin_lib_ignore = esp_dmx ; ; to remove the esp-dmx lib dependancy (saves a few bytes)
12031203
12041204HUB75_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments