Skip to content

Commit

Permalink
Enable on-board QSPI Flash
Browse files Browse the repository at this point in the history
  • Loading branch information
ponzano committed Jan 22, 2025
1 parent 38690c2 commit 772b3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions variants/meshlink/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions variants/meshlink_eink/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 772b3bc

Please sign in to comment.