We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3501192 commit 040c1a5Copy full SHA for 040c1a5
wled00/network.cpp
@@ -5,6 +5,9 @@
5
6
#ifdef WLED_USE_ETHERNET
7
#pragma message "Ethernet support enabled"
8
+#ifdef CONFIG_ETH_SPI_ETHERNET_W5500
9
+#pragma message "W5500 support should be enabled"
10
+#endif
11
12
// The following six pins are neither configurable nor
13
// can they be re-assigned through IOMUX / GPIO matrix.
0 commit comments