mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
T096 PA_CTX pin direction workaround
This commit is contained in:
@@ -21,6 +21,7 @@ void LoRaFEMControl::setSleepModeEnable(void)
|
|||||||
|
|
||||||
void LoRaFEMControl::setTxModeEnable(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_CSD, HIGH);
|
||||||
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
|
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user