kopia lustrzana https://github.com/meshtastic/firmware
Enable TXEN and RXEN for Waveshare LoRa Module (#1422)
This change enables RXEN TXEN for the use of the Waveshare Core1262-868M Anti-Interference SX1262 LoRa Module, EU868 Band https://www.waveshare.com/core1262-868m.htmpull/1427/head
rodzic
53cc090814
commit
8e996e3e63
|
@ -139,8 +139,8 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||||
#define SX126X_DIO1 (0 + 29) // DIO1 P0.29
|
#define SX126X_DIO1 (0 + 29) // DIO1 P0.29
|
||||||
#define SX126X_BUSY (0 + 2) // LORA_BUSY P0.02
|
#define SX126X_BUSY (0 + 2) // LORA_BUSY P0.02
|
||||||
#define SX126X_RESET (32 + 15) // LORA_RESET P1.15
|
#define SX126X_RESET (32 + 15) // LORA_RESET P1.15
|
||||||
#define SX126X_TXEN (-1) // TXEN P1.13 NiceRF 868 dont use
|
#define SX126X_TXEN (32 + 13) // TXEN P1.13 NiceRF 868 dont use
|
||||||
#define SX126X_RXEN (-1) // RXEN P1.10 NiceRF 868 dont use
|
#define SX126X_RXEN (32 + 10) // RXEN P1.10 NiceRF 868 dont use
|
||||||
#define SX126X_E22
|
#define SX126X_E22
|
||||||
|
|
||||||
#define PIN_GPS_EN (-1)
|
#define PIN_GPS_EN (-1)
|
||||||
|
|
Ładowanie…
Reference in New Issue