8000 Update T-Deck name in mpconf.h too · sparkfun/circuitpython@d548447 · GitHub
[go: up one dir, main page]

Skip to content

Commit d548447

Browse files
committed
Update T-Deck name in mpconf.h too
1 parent f03349f commit d548447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/lilygo_tdeck/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Micropython setup
1010

11-
#define MICROPY_HW_BOARD_NAME "LILYGO T-Deck"
11+
#define MICROPY_HW_BOARD_NAME "LILYGO T-Deck (Plus)"
1212
#define MICROPY_HW_MCU_NAME "ESP32S3"
1313

1414
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO40)

0 commit comments

Comments
 (0)
0