mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 19:19:18 +00:00
Enable on-board QSPI Flash
This commit is contained in:
parent
38690c2ff3
commit
772b3bcd94
@ -100,12 +100,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define PIN_QSPI_IO1 23
|
||||
#define PIN_QSPI_IO2 32
|
||||
#define PIN_QSPI_IO3 20
|
||||
/*
|
||||
|
||||
// On-board QSPI Flash
|
||||
#define EXTERNAL_FLASH_DEVICES W25Q16JVUXIQ
|
||||
#define EXTERNAL_FLASH_USE_QSPI
|
||||
|
||||
*/
|
||||
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (12)
|
||||
|
@ -100,12 +100,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
|
||||
#define PIN_QSPI_IO1 23
|
||||
#define PIN_QSPI_IO2 32
|
||||
#define PIN_QSPI_IO3 20
|
||||
/*
|
||||
|
||||
// On-board QSPI Flash
|
||||
#define EXTERNAL_FLASH_DEVICES W25Q16JVUXIQ
|
||||
#define EXTERNAL_FLASH_USE_QSPI
|
||||
|
||||
*/
|
||||
|
||||
#define USE_SX1262
|
||||
#define SX126X_CS (12)
|
||||
|
Loading…
Reference in New Issue
Block a user