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.
1 parent be68aae commit 3c92c6aCopy full SHA for 3c92c6a
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