mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
Merge pull request #3188 from oltaco/heltec-t096-pin-fix
Fix Heltec T096 Tx issue
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
#define PIN_SPI_SCK (32 + 8)
|
||||
#define PIN_SPI_NSS LORA_CS
|
||||
|
||||
#define PIN_SPI1_MISO (-1)
|
||||
#define PIN_SPI1_MISO (0)
|
||||
#define PIN_SPI1_MOSI (0+17)
|
||||
#define PIN_SPI1_SCK (0+20)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user