fix lora, add v1/v2 variant targets

This commit is contained in:
Manuel
2025-10-19 20:40:29 +02:00
parent 92988e32b9
commit 1cc096fe2b
5 changed files with 124 additions and 28 deletions

View File

@@ -12,9 +12,9 @@ static const uint8_t SCL = 40;
// Default SPI will be mapped to Radio
static const uint8_t SS = 46;
static const uint8_t MOSI = 17;
static const uint8_t MISO = 8;
static const uint8_t SCK = 18;
static const uint8_t MOSI = 13;
static const uint8_t MISO = 21;
static const uint8_t SCK = 14;
#define SPI_MOSI (13)
#define SPI_SCK (14)