10000 Update pins_arduino.h for challenger_2040_wifi (#356) · solderparty/arduino-pico@238a6c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 238a6c8

Browse files
authored
Update pins_arduino.h for challenger_2040_wifi (earlephilhower#356)
Adding definitions for internal reset and mode pins for ESP8285.
1 parent 77f03a4 commit 238a6c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/challenger_2040_wifi/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// Connected to ESP8285
1717
#define PIN_SERIAL2_TX (4u)
1818
#define PIN_SERIAL2_RX (5u)
19+
#define PIN_ESP8285_RST (19u)
20+
#define PIN_ESP8285_MODE (13u)
1921

2022
// SPI
2123
#define PIN_SPI0_MISO (24u)

0 commit comments

Comments
 (0)
0