mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #985 from liquidraver/dev3
Fix reversed GPS PINs on G2 and enable timesync
This commit is contained in:
commit
ff67c786ef
2 changed files with 3 additions and 3 deletions
|
|
@ -21,8 +21,8 @@ build_flags =
|
|||
-D PIN_BOARD_SDA=5
|
||||
-D PIN_BOARD_SCL=6
|
||||
-D PIN_USER_BTN=38
|
||||
-D PIN_GPS_RX=7
|
||||
-D PIN_GPS_TX=15
|
||||
-D PIN_GPS_RX=15
|
||||
-D PIN_GPS_TX=7
|
||||
-D SX126X_DIO2_AS_RF_SWITCH=true
|
||||
-D SX126X_DIO3_TCXO_VOLTAGE=1.8
|
||||
-D SX126X_CURRENT_LIMIT=140
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue