Revert "T096 PA_CTX pin direction workaround"

This reverts commit 82de18fb0e.
This commit is contained in:
taco
2026-08-12 22:28:05 +10:00
parent 1cb308b694
commit 264d778168
-1
View File
@@ -21,7 +21,6 @@ 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);
}