added gps to troy
This commit is contained in:
parent
59988fbaf1
commit
58d647bad1
|
|
@ -21,6 +21,11 @@
|
||||||
#define OLED_SCL 22
|
#define OLED_SCL 22
|
||||||
#define OLED_RST -1
|
#define OLED_RST -1
|
||||||
|
|
||||||
|
// GPS
|
||||||
|
#define HAS_GPS
|
||||||
|
#define GPS_RX 12
|
||||||
|
#define GPS_TX 34
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
#define INTERNAL_LED_PIN 2
|
#define INTERNAL_LED_PIN 2
|
||||||
#define BATTERY_PIN 35
|
#define BATTERY_PIN 35
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue