add GPS in indicator board (#5411)

This commit is contained in:
dylanli 2024-11-21 19:14:35 +08:00 committed by Tom Fifield
parent f1b7956fa4
commit 3101f21931

View File

@ -36,12 +36,13 @@
#define TOUCH_I2C_PORT 0 #define TOUCH_I2C_PORT 0
#define TOUCH_SLAVE_ADDRESS 0x48 #define TOUCH_SLAVE_ADDRESS 0x48
// Buzzer // in future, we may want to add a buzzer and add all sensors to the indicator via a data protocol for now only GPS is supported
#define PIN_BUZZER 19 // // Buzzer
// #define PIN_BUZZER 19
#define HAS_GPS 0 #define GPS_RX_PIN 20
#undef GPS_RX_PIN #define GPS_TX_PIN 19
#undef GPS_TX_PIN #define HAS_GPS 1
#define USE_SX1262 #define USE_SX1262
#define USE_SX1268 #define USE_SX1268