Skip to content

Commit 2c9a2ee

Browse files
authored
Merge pull request #523 from recrof/patch-12
sensecap_solar: disable GPS until it's supported
2 parents 8c104b8 + 3c92c6a commit 2c9a2ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/sensecap_solar/variant.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ void initVariant() {
6464
pinMode(LED_BLUE, OUTPUT);
6565
digitalWrite(LED_BLUE, LOW);
6666

67+
/* disable gps until we actually support it.
6768
pinMode(GPS_EN, OUTPUT);
6869
digitalWrite(GPS_EN, HIGH);
70+
*/
6971
}

0 commit comments

Comments
 (0)