T096 PA_CTX pin direction workaround

This commit is contained in:
taco
2026-08-12 14:07:31 +10:00
parent 9c60f9696e
commit 82de18fb0e
+1
View File
@@ -21,6 +21,7 @@ void LoRaFEMControl::setSleepModeEnable(void)
void LoRaFEMControl::setTxModeEnable(void)
{
pinMode(P_LORA_KCT8103L_PA_CTX, OUTPUT); // force pinMode before transmit as temporary workaround for https://github.com/meshcore-dev/MeshCore/issues/3151
digitalWrite(P_LORA_KCT8103L_PA_CSD, HIGH);
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
}