File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
variants/lilygo_twatch_s3 Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6070,10 +6070,12 @@ twatchs3.menu.EraseFlash.none.upload.erase_cmd=
6070
6070
twatchs3.menu.EraseFlash.all=Enabled
6071
6071
twatchs3.menu.EraseFlash.all.upload.erase_cmd=-e
6072
6072
6073
- twatchs3.menu.Revision.Radio_SX1280=Radio-SX1280
6074
- twatchs3.menu.Revision.Radio_SX1280.build.board=LILYGO_LORA_SX1280
6075
6073
twatchs3.menu.Revision.Radio_SX1262=Radio-SX1262
6076
6074
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
6077
6079
6078
6080
##############################################################
6079
6081
Original file line number Diff line number Diff line change @@ -66,4 +66,11 @@ static const uint8_t SCK = 3;
66
66
#define GPS_TX (TX)
67
67
#define GPS_RX (RX)
68
68
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
+
69
76
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments