From baaac3179cb9c13c8ab4cc32e38c80c263c46fa2 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:17:04 +0200 Subject: [PATCH] fix(gat562-30s): comment out phantom QSPI flash defines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore commented-out EXTERNAL_FLASH_DEVICES/USE_QSPI for reference; board has no QSPI flash chip — defines were RAK4631 leftovers causing framework to lock P0.28/P0.30 (joystick UP/LEFT) as QSPI outputs. Co-Authored-By: Claude Sonnet 4.6 --- variants/gat562_30s_mesh_kit/variant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/gat562_30s_mesh_kit/variant.h b/variants/gat562_30s_mesh_kit/variant.h index 9f8c4a9b..6f6f854e 100644 --- a/variants/gat562_30s_mesh_kit/variant.h +++ b/variants/gat562_30s_mesh_kit/variant.h @@ -204,6 +204,8 @@ extern "C" #define PIN_QSPI_IO3 2 // 23 // No QSPI flash on this board — QSPI DIO pins are used by joystick and WS2812 +// #define EXTERNAL_FLASH_DEVICES IS25LP080D +// #define EXTERNAL_FLASH_USE_QSPI #define GPS_ADDRESS 0x42 //i2c address for GPS