Skip to content

Commit d6ff0a9

Browse files
committed
Fix busses
1 parent 8726edc commit d6ff0a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
{.scl = &pin_GPIO40, .sda = &pin_GPIO39}}
1717

1818
#define CIRCUITPY_BOARD_SPI (2)
19-
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, \ /*LCD*/
20-
{.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}} /*LORA*/
19+
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, \
20+
{.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}}
21+
// LCD then LORA
2122

2223
#define DOUBLE_TAP_PIN (&pin_GPIO21)

0 commit comments

Comments
 (0)