optimize GPS

This commit is contained in:
mverch67 2025-06-01 10:18:45 +02:00 committed by Thomas Göttgens
parent 4f4d55e7c9
commit 1dc887ab6e

View File

@ -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