Fix radio module declaration for NRF52_SERIES in variant.h-files

This commit is contained in:
Османов Владислав Юрьевич
2021-10-14 16:16:20 +03:00
parent 83eb94126b
commit 76791220b9
9 changed files with 13 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define PIN_WIRE_SCL (32)
// CUSTOM GPIOs the SX1262
#define USE_SX1262
#define SX126X_CS (0 + 10) // FIXME - we really should define LORA_CS instead
#define SX126X_DIO1 (0 + 20)
#define SX1262_DIO2 (0 + 26)