From 3acb2b03fc210358b15d3b42406d5487558023ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Wed, 4 Mar 2026 21:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5GPS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../variants/esp32c3/diy/esp32c3_moonshine_mv/variant.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/firmware/variants/esp32c3/diy/esp32c3_moonshine_mv/variant.h b/code/firmware/variants/esp32c3/diy/esp32c3_moonshine_mv/variant.h index 4d22d96..6df9429 100644 --- a/code/firmware/variants/esp32c3/diy/esp32c3_moonshine_mv/variant.h +++ b/code/firmware/variants/esp32c3/diy/esp32c3_moonshine_mv/variant.h @@ -17,7 +17,11 @@ #define I2C_SDA 0 #define I2C_SCL 1 - +#define HAS_GPS 1 +#define GPS_RX_PIN 21 +#define GPS_TX_PIN 20 +#define GPS_POWER_TOGGLE 1 +#define PIN_GPS_EN 12 #define HAS_GPS 0 #undef GPS_RX_PIN