diff --git a/examples/ArduinoLoRa/LoRaReceiver/boards.h b/examples/ArduinoLoRa/LoRaReceiver/boards.h index d82228e..e6a9be0 100644 --- a/examples/ArduinoLoRa/LoRaReceiver/boards.h +++ b/examples/ArduinoLoRa/LoRaReceiver/boards.h @@ -318,11 +318,6 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif - #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); #endif diff --git a/examples/ArduinoLoRa/LoRaSender/boards.h b/examples/ArduinoLoRa/LoRaSender/boards.h index 6b779f1..d24fa66 100644 --- a/examples/ArduinoLoRa/LoRaSender/boards.h +++ b/examples/ArduinoLoRa/LoRaSender/boards.h @@ -318,11 +318,6 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif - #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); #endif diff --git a/examples/GPS/TinyGPS_Example/boards.h b/examples/GPS/TinyGPS_Example/boards.h index 46f2e40..153365b 100644 --- a/examples/GPS/TinyGPS_Example/boards.h +++ b/examples/GPS/TinyGPS_Example/boards.h @@ -318,11 +318,6 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif - #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); #endif diff --git a/examples/GPS/TinyGPS_FullExample/boards.h b/examples/GPS/TinyGPS_FullExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/GPS/TinyGPS_FullExample/boards.h +++ b/examples/GPS/TinyGPS_FullExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/GPS/TinyGPS_KitchenSink/boards.h b/examples/GPS/TinyGPS_KitchenSink/boards.h index 46f2e40..80e72df 100644 --- a/examples/GPS/TinyGPS_KitchenSink/boards.h +++ b/examples/GPS/TinyGPS_KitchenSink/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/GPS/UBlox_BasicNMEARead/boards.h b/examples/GPS/UBlox_BasicNMEARead/boards.h index 46f2e40..153365b 100644 --- a/examples/GPS/UBlox_BasicNMEARead/boards.h +++ b/examples/GPS/UBlox_BasicNMEARead/boards.h @@ -318,11 +318,6 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif - #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); #endif diff --git a/examples/GPS/UBlox_NMEAParsing/boards.h b/examples/GPS/UBlox_NMEAParsing/boards.h index 20889f2..b6642f2 100644 --- a/examples/GPS/UBlox_NMEAParsing/boards.h +++ b/examples/GPS/UBlox_NMEAParsing/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/GPS/UBlox_OutputRate/boards.h b/examples/GPS/UBlox_OutputRate/boards.h index 20889f2..b6642f2 100644 --- a/examples/GPS/UBlox_OutputRate/boards.h +++ b/examples/GPS/UBlox_OutputRate/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/GPS/UBlox_Recovery/boards.h b/examples/GPS/UBlox_Recovery/boards.h index 46f2e40..80e72df 100644 --- a/examples/GPS/UBlox_Recovery/boards.h +++ b/examples/GPS/UBlox_Recovery/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SH1106FontUsage/boards.h b/examples/OLED/SH1106FontUsage/boards.h index 46f2e40..80e72df 100644 --- a/examples/OLED/SH1106FontUsage/boards.h +++ b/examples/OLED/SH1106FontUsage/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SH1106GraphicsTest/boards.h b/examples/OLED/SH1106GraphicsTest/boards.h index 20889f2..b6642f2 100644 --- a/examples/OLED/SH1106GraphicsTest/boards.h +++ b/examples/OLED/SH1106GraphicsTest/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SH1106IconMenu/boards.h b/examples/OLED/SH1106IconMenu/boards.h index 48da6c7..f8c9816 100644 --- a/examples/OLED/SH1106IconMenu/boards.h +++ b/examples/OLED/SH1106IconMenu/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SH1106PrintUTF8/boards.h b/examples/OLED/SH1106PrintUTF8/boards.h index 46f2e40..80e72df 100644 --- a/examples/OLED/SH1106PrintUTF8/boards.h +++ b/examples/OLED/SH1106PrintUTF8/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SSD1306SimpleDemo/boards.h b/examples/OLED/SSD1306SimpleDemo/boards.h index 0e5e371..528424f 100644 --- a/examples/OLED/SSD1306SimpleDemo/boards.h +++ b/examples/OLED/SSD1306SimpleDemo/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/OLED/SSD1306UiDemo/boards.h b/examples/OLED/SSD1306UiDemo/boards.h index 0e5e371..528424f 100644 --- a/examples/OLED/SSD1306UiDemo/boards.h +++ b/examples/OLED/SSD1306UiDemo/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/BME280_AdvancedsettingsExample/boards.h b/examples/Sensor/BME280_AdvancedsettingsExample/boards.h index 7985baf..73b3140 100644 --- a/examples/Sensor/BME280_AdvancedsettingsExample/boards.h +++ b/examples/Sensor/BME280_AdvancedsettingsExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/BME280_TestExample/boards.h b/examples/Sensor/BME280_TestExample/boards.h index 7985baf..73b3140 100644 --- a/examples/Sensor/BME280_TestExample/boards.h +++ b/examples/Sensor/BME280_TestExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/BME280_UnifiedExample/boards.h b/examples/Sensor/BME280_UnifiedExample/boards.h index 7985baf..73b3140 100644 --- a/examples/Sensor/BME280_UnifiedExample/boards.h +++ b/examples/Sensor/BME280_UnifiedExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/PCF8563_AlarmByUnits/boards.h b/examples/Sensor/PCF8563_AlarmByUnits/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/PCF8563_AlarmByUnits/boards.h +++ b/examples/Sensor/PCF8563_AlarmByUnits/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/PCF8563_SimpleTime/boards.h b/examples/Sensor/PCF8563_SimpleTime/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/PCF8563_SimpleTime/boards.h +++ b/examples/Sensor/PCF8563_SimpleTime/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/PCF8563_TimeLib/boards.h b/examples/Sensor/PCF8563_TimeLib/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/PCF8563_TimeLib/boards.h +++ b/examples/Sensor/PCF8563_TimeLib/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/PCF8563_TimeSynchronization/boards.h b/examples/Sensor/PCF8563_TimeSynchronization/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/PCF8563_TimeSynchronization/boards.h +++ b/examples/Sensor/PCF8563_TimeSynchronization/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMC6310_CalibrateExample/boards.h b/examples/Sensor/QMC6310_CalibrateExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMC6310_CalibrateExample/boards.h +++ b/examples/Sensor/QMC6310_CalibrateExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMC6310_CompassExample/boards.h b/examples/Sensor/QMC6310_CompassExample/boards.h index 13a69cd..ce14bf7 100644 --- a/examples/Sensor/QMC6310_CompassExample/boards.h +++ b/examples/Sensor/QMC6310_CompassExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMC6310_GetDataExample/boards.h b/examples/Sensor/QMC6310_GetDataExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMC6310_GetDataExample/boards.h +++ b/examples/Sensor/QMC6310_GetDataExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMC6310_GetPolarExample/boards.h b/examples/Sensor/QMC6310_GetPolarExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMC6310_GetPolarExample/boards.h +++ b/examples/Sensor/QMC6310_GetPolarExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_BlockExample/boards.h b/examples/Sensor/QMI8658_BlockExample/boards.h index 878ce8d..3341ba5 100644 --- a/examples/Sensor/QMI8658_BlockExample/boards.h +++ b/examples/Sensor/QMI8658_BlockExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_GetDataExample/boards.h b/examples/Sensor/QMI8658_GetDataExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_GetDataExample/boards.h +++ b/examples/Sensor/QMI8658_GetDataExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_InterruptBlockExample/boards.h b/examples/Sensor/QMI8658_InterruptBlockExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_InterruptBlockExample/boards.h +++ b/examples/Sensor/QMI8658_InterruptBlockExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_InterruptExample/boards.h b/examples/Sensor/QMI8658_InterruptExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_InterruptExample/boards.h +++ b/examples/Sensor/QMI8658_InterruptExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_LockingMechanismExample/boards.h b/examples/Sensor/QMI8658_LockingMechanismExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_LockingMechanismExample/boards.h +++ b/examples/Sensor/QMI8658_LockingMechanismExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_MadgwickAHRS/boards.h b/examples/Sensor/QMI8658_MadgwickAHRS/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_MadgwickAHRS/boards.h +++ b/examples/Sensor/QMI8658_MadgwickAHRS/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_PedometerExample/boards.h b/examples/Sensor/QMI8658_PedometerExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_PedometerExample/boards.h +++ b/examples/Sensor/QMI8658_PedometerExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_ReadFromFifoExample/boards.h b/examples/Sensor/QMI8658_ReadFromFifoExample/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_ReadFromFifoExample/boards.h +++ b/examples/Sensor/QMI8658_ReadFromFifoExample/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN); diff --git a/examples/Sensor/QMI8658_WakeOnMotion/boards.h b/examples/Sensor/QMI8658_WakeOnMotion/boards.h index 46f2e40..80e72df 100644 --- a/examples/Sensor/QMI8658_WakeOnMotion/boards.h +++ b/examples/Sensor/QMI8658_WakeOnMotion/boards.h @@ -318,10 +318,7 @@ void initBoard() #endif -#ifdef LILYGO_T3_S3_V1_0 - pinMode(RADIO_TCXO_EN_PIN, OUTPUT); - digitalWrite(RADIO_TCXO_EN_PIN, HIGH); -#endif + #ifdef HAS_GPS Serial1.begin(GPS_BAUD_RATE, SERIAL_8N1, GPS_RX_PIN, GPS_TX_PIN);