mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix radio type, update to dev branch. added lr1121 radiolib helper. fixed reset pin and rfswitch table.
This commit is contained in:
parent
164abd62e3
commit
996c95bfef
6 changed files with 86 additions and 15 deletions
|
|
@ -107,11 +107,11 @@ static const uint8_t AREF = (PIN_AREF); // not used
|
|||
#define PIN_BACK_BTN PIN_BUTTON6
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// LR1110
|
||||
// LR1121
|
||||
|
||||
#define LORA_DIO_1 (32+8) // P1.08
|
||||
#define LORA_NSS (PIN_SPI_NSS) // P1.12
|
||||
#define LORA_RESET (32+12) // P1.12
|
||||
#define LORA_RESET (32+10) // P1.10
|
||||
#define LORA_BUSY (32+11) // P1.11
|
||||
#define LORA_SCLK (PIN_SPI_SCK)
|
||||
#define LORA_MISO (PIN_SPI_MISO)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue