Remove T3S3 unrelated example definition

This commit is contained in:
lewishe 2023-05-12 16:18:24 +08:00
commit cfdc1f3603
39 changed files with 40 additions and 1138 deletions

View file

@ -257,8 +257,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif

View file

@ -257,8 +257,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif

View file

@ -199,8 +199,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif

View file

@ -197,8 +197,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif

View file

@ -167,13 +167,12 @@
#define RADIO_BUSY_PIN 34
#define RADIO_RST_PIN 8
//! Ignoring these connections in the schematic diagram is incorrect as it is not used
// #define RADIO_DIO0_PIN 9
// #define RADIO_TCXO_EN_PIN 33
// #define RADIO_DIO2_PIN 34
// #define RADIO_DIO5_PIN 36
// #define RADIO_RX_PIN 21
// #define RADIO_TX_PIN 10
//!SX1276/78 module only
#define RADIO_DIO0_PIN 9
#define RADIO_DIO3_PIN 21
#define RADIO_DIO4_PIN 10
#define RADIO_DIO5_PIN 36
//! end
#define SDCARD_MOSI 11
#define SDCARD_MISO 2
@ -189,8 +188,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif

View file

@ -167,13 +167,12 @@
#define RADIO_BUSY_PIN 34
#define RADIO_RST_PIN 8
//! Ignoring these connections in the schematic diagram is incorrect as it is not used
// #define RADIO_DIO0_PIN 9
// #define RADIO_TCXO_EN_PIN 33
// #define RADIO_DIO2_PIN 34
// #define RADIO_DIO5_PIN 36
// #define RADIO_RX_PIN 21
// #define RADIO_TX_PIN 10
//!SX1276/78 module only
#define RADIO_DIO0_PIN 9
#define RADIO_DIO3_PIN 21
#define RADIO_DIO4_PIN 10
#define RADIO_DIO5_PIN 36
//! end
#define SDCARD_MOSI 11
#define SDCARD_MISO 2
@ -189,8 +188,7 @@
#define HAS_SDCARD
#define HAS_DISPLAY
#elif defined(LILYGO_T3_S3_V1_X_SX1280)
#error "Not supported, please use <SX1280 Example>"
#else
#error "For the first use, please define the board version and model in <utilities. h>"
#endif