mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
optimize GPS
This commit is contained in:
parent
4f4d55e7c9
commit
1dc887ab6e
@ -18,6 +18,8 @@
|
|||||||
#define SLEEP_TIME 120
|
#define SLEEP_TIME 120
|
||||||
|
|
||||||
// GNNS
|
// GNNS
|
||||||
|
#define HAS_GPS 1
|
||||||
|
#define GPS_BAUDRATE 38400
|
||||||
#define PIN_GPS_EN 15
|
#define PIN_GPS_EN 15
|
||||||
#define GPS_EN_ACTIVE 1
|
#define GPS_EN_ACTIVE 1
|
||||||
#define GPS_RX_PIN 44
|
#define GPS_RX_PIN 44
|
||||||
@ -36,8 +38,6 @@
|
|||||||
#define SDCARD_CS SPI_CS
|
#define SDCARD_CS SPI_CS
|
||||||
#define SD_SPI_FREQUENCY 75000000U
|
#define SD_SPI_FREQUENCY 75000000U
|
||||||
|
|
||||||
// T-Deck Pro PMU
|
|
||||||
|
|
||||||
// TCA8418 keyboard
|
// TCA8418 keyboard
|
||||||
#define KB_BL_PIN 42
|
#define KB_BL_PIN 42
|
||||||
#define CANNED_MESSAGE_MODULE_ENABLE 1
|
#define CANNED_MESSAGE_MODULE_ENABLE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user