Skip to content

Commit 229510b

Browse files
committed
Update LilyGo T-Watch-S3 definition and expansion options
1 parent a3b6fe6 commit 229510b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

boards.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6070,10 +6070,12 @@ twatchs3.menu.EraseFlash.none.upload.erase_cmd=
60706070
twatchs3.menu.EraseFlash.all=Enabled
60716071
twatchs3.menu.EraseFlash.all.upload.erase_cmd=-e
60726072

6073-
twatchs3.menu.Revision.Radio_SX1280=Radio-SX1280
6074-
twatchs3.menu.Revision.Radio_SX1280.build.board=LILYGO_LORA_SX1280
60756073
twatchs3.menu.Revision.Radio_SX1262=Radio-SX1262
60766074
twatchs3.menu.Revision.Radio_SX1262.build.board=LILYGO_LORA_SX1262
6075+
twatchs3.menu.Revision.Radio_SX1280=Radio-SX1280
6076+
twatchs3.menu.Revision.Radio_SX1280.build.board=LILYGO_LORA_SX1280
6077+
twatchs3.menu.Revision.Radio_CC1101=Radio-CC1101
6078+
twatchs3.menu.Revision.Radio_CC1101.build.board=LILYGO_LORA_CC1101
60776079

60786080
##############################################################
60796081

variants/lilygo_twatch_s3/pins_arduino.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,11 @@ static const uint8_t SCK = 3;
6666
#define GPS_TX (TX)
6767
#define GPS_RX (RX)
6868

69+
// Peripheral definition exists
70+
#define USING_PCM_AMPLIFIER
71+
#define USING_PDM_MICROPHONE
72+
#define USING_PMU_MANAGE
73+
#define USING_INPUT_DEV_TOUCHPAD
74+
#define USING_IR_REMOTE
75+
6976
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)