summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoamyguy <foamyguy@gmail.com>2020-11-11 06:56:57 -0600
committerfoamyguy <foamyguy@gmail.com>2020-11-11 06:56:57 -0600
commit118ca7cff44bc3aa50e57915e691e1b8c2f4e563 (patch)
tree43fab759a156d1641f950823f4d53096daff2a08
parent8373146c56707102626e6d51d98bd87cdd43ba27 (diff)
adding default uart pins
-rw-r--r--ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h b/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
index ec49fcadf..b68a31b9e 100644
--- a/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
+++ b/ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
@@ -44,3 +44,6 @@
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO36)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO35)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)
+
+#define DEFAULT_UART_BUS_RX (&pin_GPIO44)
+#define DEFAULT_UART_BUS_TX (&pin_GPIO43)