Skip to content

Commit 040c1a5

Browse files
committed
W5500 Support message
1 parent 3501192 commit 040c1a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wled00/network.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
#ifdef WLED_USE_ETHERNET
77
#pragma message "Ethernet support enabled"
8+
#ifdef CONFIG_ETH_SPI_ETHERNET_W5500
9+
#pragma message "W5500 support should be enabled"
10+
#endif
811

912
// The following six pins are neither configurable nor
1013
// can they be re-assigned through IOMUX / GPIO matrix.

0 commit comments

Comments
 (0)