mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-15 03:45:44 +00:00
Merge pull request #523 from recrof/patch-12
sensecap_solar: disable GPS until it's supported
This commit is contained in:
@@ -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);
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user