Fix T-LoRa V2.1-6 with TCXO init (#3392)

This commit is contained in:
GUVWAF 2024-03-12 22:42:34 +01:00 committed by GitHub
parent 38ea681433
commit 724fa38a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,6 +226,11 @@ void setup()
digitalWrite(PIN_POWER_EN1, INPUT);
#endif
#if defined(LORA_TCXO_GPIO)
pinMode(LORA_TCXO_GPIO, OUTPUT);
digitalWrite(LORA_TCXO_GPIO, HIGH);
#endif
#if defined(VEXT_ENABLE_V03)
pinMode(VEXT_ENABLE_V03, OUTPUT);
pinMode(ST7735_BL_V03, OUTPUT);