8000 Merge pull request #10021 from SeanTheITGuy/heltec_wireless_paper_fix · eightycc/circuitpython@b42d4ed · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b42d4ed

Browse files
authored
Merge pull request adafruit#10021 from SeanTheITGuy/heltec_wireless_paper_fix
heltec_wireless_paper - fixed pin definition for second spi device (lora radio)
2 parents 1c0b37e + 07fb7b0 commit b42d4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/heltec_wireless_paper/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define CIRCUITPY_BOARD_SPI (2)
1717
#define CIRCUITPY_BOARD_SPI_PIN { \
1818
{.clock = &pin_GPIO3, .mosi = &pin_GPIO2, .miso = NULL}, \
19-
{.clock = &pin_GPIO9, .mosi = &pin_GPIO11, .miso = &pin_GPIO11}, \
19+
{.clock = &pin_GPIO9, .mosi = &pin_GPIO10, .miso = &pin_GPIO11}, \
2020
}
2121

2222< 38EE div class="diff-text-inner">// UART definition for UART connected to the CP210x

0 commit comments

Comments
 (0)
0