mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 02:36:11 +00:00
fix(gat562-30s): remove phantom QSPI flash defines from variant.h
Board has no QSPI flash chip — EXTERNAL_FLASH_DEVICES/USE_QSPI were copied from RAK4631. The framework was initialising the QSPI peripheral on startup, locking P0.28/P0.30 (joystick UP/LEFT) as outputs. Removing these defines prevents QSPI init entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
d6d16c26c8
commit
03f9023a72
@@ -203,10 +203,7 @@ extern "C"
|
|||||||
#define PIN_QSPI_IO2 28 // 22
|
#define PIN_QSPI_IO2 28 // 22
|
||||||
#define PIN_QSPI_IO3 2 // 23
|
#define PIN_QSPI_IO3 2 // 23
|
||||||
|
|
||||||
// On-board QSPI Flash
|
// No QSPI flash on this board — QSPI DIO pins are used by joystick and WS2812
|
||||||
// No onboard flash
|
|
||||||
#define EXTERNAL_FLASH_DEVICES IS25LP080D
|
|
||||||
#define EXTERNAL_FLASH_USE_QSPI
|
|
||||||
|
|
||||||
#define GPS_ADDRESS 0x42 //i2c address for GPS
|
#define GPS_ADDRESS 0x42 //i2c address for GPS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user