Skip to content

Commit

Permalink
add GPS in indicator board (#5411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylanliacc authored Nov 21, 2024
1 parent 1752caa commit ccfc9e5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions variants/seeed-sensecap-indicator/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
#define TOUCH_I2C_PORT 0
#define TOUCH_SLAVE_ADDRESS 0x48

// Buzzer
#define PIN_BUZZER 19
// 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
// // Buzzer
// #define PIN_BUZZER 19

#define HAS_GPS 0
#undef GPS_RX_PIN
#undef GPS_TX_PIN
#define GPS_RX_PIN 20
#define GPS_TX_PIN 19
#define HAS_GPS 1

#define USE_SX1262
#define USE_SX1268
Expand Down

0 comments on commit ccfc9e5

Please sign in to comment.