Merge pull request #523 from recrof/patch-12

sensecap_solar: disable GPS until it's supported
This commit is contained in:
ripplebiz 2025-07-14 10:51:38 +10:00 committed by GitHub
commit 2c9a2ee18f
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);
*/
}