sensecap_solar: disable GPS until it's supported

This commit is contained in:
Rastislav Vysoky 2025-07-13 22:41:27 +02:00 committed by GitHub
parent be68aaed20
commit 3c92c6aa3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
*/
}