We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2360d commit 2f4f76bCopy full SHA for 2f4f76b
variants/lilygo_t_eth_lite/pins_arduino.h
@@ -37,14 +37,14 @@ static const uint8_t T7 = 7;
37
static const uint8_t T8 = 8;
38
39
// Ethernet
40
-#define ETH_PHY_TYPE ETH_PHY_W5500
41
-#define ETH_PHY_ADDR 1
42
-#define ETH_PHY_CS 9
43
-#define ETH_PHY_IRQ 13
44
-#define ETH_PHY_RST 14
45
-#define ETH_PHY_SPI_HOST SPI2_HOST
46
-#define ETH_PHY_SPI_SCK 10
47
-#define ETH_PHY_SPI_MISO 11
48
-#define ETH_PHY_SPI_MOSI 12
+#define ETH_PHY_TYPE ETH_PHY_W5500
+#define ETH_PHY_ADDR 1
+#define ETH_PHY_CS 9
+#define ETH_PHY_IRQ 13
+#define ETH_PHY_RST 14
+#define ETH_PHY_SPI_HOST SPI2_HOST
+#define ETH_PHY_SPI_SCK 10
+#define ETH_PHY_SPI_MISO 11
+#define ETH_PHY_SPI_MOSI 12
49
50
#endif /* Pins_Arduino_h */
0 commit comments