Unverified Commit 238a6c83 authored by Eric Lind's avatar Eric Lind Committed by GitHub

Update pins_arduino.h for challenger_2040_wifi (#356)

Adding definitions for internal reset and mode pins for ESP8285.
parent 77f03a44
......@@ -16,6 +16,8 @@
// Connected to ESP8285
#define PIN_SERIAL2_TX (4u)
#define PIN_SERIAL2_RX (5u)
#define PIN_ESP8285_RST (19u)
#define PIN_ESP8285_MODE (13u)
// SPI
#define PIN_SPI0_MISO (24u)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment