mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
add gps for techo
This commit is contained in:
parent
1b02e1986c
commit
ece7479843
5 changed files with 106 additions and 8 deletions
|
|
@ -29,6 +29,6 @@ void initVariant() {
|
|||
digitalWrite(PIN_TXCO, HIGH);
|
||||
|
||||
// shutdown gps
|
||||
pinMode(PIN_GPS_STANDBY, OUTPUT);
|
||||
digitalWrite(PIN_GPS_STANDBY, LOW);
|
||||
pinMode(GPS_EN, OUTPUT);
|
||||
digitalWrite(GPS_EN, LOW);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue