The new 7.2.0 soft device works on nrf52833

This commit is contained in:
Kevin Hester
2020-10-28 13:01:50 +08:00
parent 6b838002d4
commit 4ad562b9f4
5 changed files with 16 additions and 12 deletions

View File

@@ -146,6 +146,9 @@ static const uint8_t SCK = PIN_SPI_SCK;
#define SX1262_RESET (0 + 3) // P0.03
#define SX1262_ANT_SW (32 + 10) // P1.10
// To debug via the segger JLINK console rather than the CDC-ACM serial device
#define USE_SEGGER
#ifdef __cplusplus
}
#endif