We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1344ae commit c001996Copy full SHA for c001996
variants/wesp32/pins_arduino.h
@@ -11,6 +11,11 @@
11
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
12
#define digitalPinHasPWM(p) (p < 34)
13
14
+#define TX1 13
15
+#define RX1 12
16
+#define TX2 33
17
+#define RX2 39
18
+
19
static const uint8_t TX = 1;
20
static const uint8_t RX = 3;
21
@@ -39,6 +44,6 @@ static const uint8_t T9 = 32;
39
44
#define ETH_PHY_MDC 16
40
45
#define ETH_PHY_MDIO 17
41
46
#define ETH_PHY_TYPE ETH_PHY_LAN8720
42
-#define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN
47
+#define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN
43
48
49
#endif /* Pins_Arduino_h */
0 commit comments