mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Update variants/heltec_v4/LoRaFEMControl.cpp
Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
parent
bab650fe61
commit
3b5139a655
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ void LoRaFEMControl::setRxModeEnableWhenMCUSleep(void)
|
|||
digitalWrite(P_LORA_KCT8103L_PA_CSD, HIGH);
|
||||
rtc_gpio_hold_en((gpio_num_t)P_LORA_KCT8103L_PA_CSD);
|
||||
if(lna_enabled) {
|
||||
digitalWrite(P_LORA_KCT8103L_PA_CTX, LOW);
|
||||
digitalWrite(P_LORA_KCT8103L_PA_CTX, LOW); // LNA on
|
||||
} else {
|
||||
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
|
||||
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH); // LNA bypass
|
||||
}
|
||||
rtc_gpio_hold_en((gpio_num_t)P_LORA_KCT8103L_PA_CTX);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue