We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c104b8 + 3c92c6a commit 2c9a2eeCopy full SHA for 2c9a2ee
variants/sensecap_solar/variant.cpp
@@ -64,6 +64,8 @@ void initVariant() {
64
pinMode(LED_BLUE, OUTPUT);
65
digitalWrite(LED_BLUE, LOW);
66
67
+ /* disable gps until we actually support it.
68
pinMode(GPS_EN, OUTPUT);
69
digitalWrite(GPS_EN, HIGH);
70
+ */
71
}
0 commit comments