mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
sensecap_solar: disable GPS until it's supported
This commit is contained in:
parent
be68aaed20
commit
3c92c6aa3b
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ void initVariant() {
|
|||
pinMode(LED_BLUE, OUTPUT);
|
||||
digitalWrite(LED_BLUE, LOW);
|
||||
|
||||
/* disable gps until we actually support it.
|
||||
pinMode(GPS_EN, OUTPUT);
|
||||
digitalWrite(GPS_EN, HIGH);
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue