mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
fix gps wakeup pin
This commit is contained in:
parent
51d45e3c30
commit
e0fc3c76a5
@ -32,7 +32,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
const uint32_t g_ADigitalPinMap[] = {
|
const uint32_t g_ADigitalPinMap[] = {
|
||||||
// D0 .. D10 - Peripheral control pins
|
// D0 .. D10 - Peripheral control pins
|
||||||
38, // D0 P1.06 GNSS_WAKEUP
|
41, // D0 P1.09 GNSS_WAKEUP
|
||||||
7, // D1 P0.07 LORA_DIO1
|
7, // D1 P0.07 LORA_DIO1
|
||||||
39, // D2 P1,07 LORA_RESET
|
39, // D2 P1,07 LORA_RESET
|
||||||
42, // D3 P1.10 LORA_BUSY
|
42, // D3 P1.10 LORA_BUSY
|
||||||
|
@ -128,7 +128,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
|
|||||||
|
|
||||||
// #define GPS_RX_PIN PIN_GPS_TX
|
// #define GPS_RX_PIN PIN_GPS_TX
|
||||||
// #define GPS_TX_PIN PIN_GPS_RX
|
// #define GPS_TX_PIN PIN_GPS_RX
|
||||||
// #define PIN_GPS_STANDBY D0
|
#define PIN_GPS_STANDBY D0
|
||||||
|
|
||||||
// #define GPS_DEBUG
|
// #define GPS_DEBUG
|
||||||
// #define GPS_EN D18 // P1.05
|
// #define GPS_EN D18 // P1.05
|
||||||
|
Loading…
Reference in New Issue
Block a user