mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-13 08:01:24 +00:00
Fix T-LoRa V2.1-6 with TCXO init (#3392)
This commit is contained in:
parent
38ea681433
commit
724fa38a55
@ -226,6 +226,11 @@ void setup()
|
|||||||
digitalWrite(PIN_POWER_EN1, INPUT);
|
digitalWrite(PIN_POWER_EN1, INPUT);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LORA_TCXO_GPIO)
|
||||||
|
pinMode(LORA_TCXO_GPIO, OUTPUT);
|
||||||
|
digitalWrite(LORA_TCXO_GPIO, HIGH);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(VEXT_ENABLE_V03)
|
#if defined(VEXT_ENABLE_V03)
|
||||||
pinMode(VEXT_ENABLE_V03, OUTPUT);
|
pinMode(VEXT_ENABLE_V03, OUTPUT);
|
||||||
pinMode(ST7735_BL_V03, OUTPUT);
|
pinMode(ST7735_BL_V03, OUTPUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user