Skip to content

Commit

Permalink
Merge pull request #10021 from SeanTheITGuy/heltec_wireless_paper_fix
Browse files Browse the repository at this point in the history
heltec_wireless_paper - fixed pin definition for second spi device (lora radio)
  • Loading branch information
tannewt authored Feb 4, 2025
2 parents 1c0b37e + 07fb7b0 commit b42d4ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define CIRCUITPY_BOARD_SPI (2)
#define CIRCUITPY_BOARD_SPI_PIN { \
{.clock = &pin_GPIO3, .mosi = &pin_GPIO2, .miso = NULL}, \
{.clock = &pin_GPIO9, .mosi = &pin_GPIO11, .miso = &pin_GPIO11}, \
{.clock = &pin_GPIO9, .mosi = &pin_GPIO10, .miso = &pin_GPIO11}, \
}

// UART definition for UART connected to the CP210x
Expand Down

0 comments on commit b42d4ed

Please sign in to comment.