mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix pins
This commit is contained in:
parent
ece7479843
commit
25850cbc78
1 changed files with 2 additions and 2 deletions
|
|
@ -125,8 +125,8 @@ extern const int SCK;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// GPS
|
||||
|
||||
#define PIN_GPS_RX (41)
|
||||
#define PIN_GPS_TX (40)
|
||||
#define PIN_GPS_RX (40)
|
||||
#define PIN_GPS_TX (41)
|
||||
#define GPS_EN (34)
|
||||
#define PIN_GPS_RESET (37)
|
||||
#define PIN_GPS_PPS (36)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue