Skip to content

Commit 4047829

Browse files
committed
Update T-Watch-S3-Ultra variants
1 parent 6463955 commit 4047829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/lilygo_twatch_ultra/pins_arduino.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ static const uint8_t SCK = 35;
7777
// External expansion chip IO definition
7878
#define EXPANDS_DRV_EN (6)
7979
#define EXPANDS_DISP_EN (7)
80-
#define EXPANDS_SD_DET (10)
80+
#define EXPANDS_TOUCH_RST (8)
81+
#define EXPANDS_SD_DET (10)
8182

8283
// Peripheral definition exists
8384
#define USING_XL9555_EXPANDS

0 commit comments

Comments
 (0)