mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
eink display now kinda works
This commit is contained in:
@@ -14,10 +14,16 @@ bool NMEAGPS::setup()
|
||||
{
|
||||
#ifdef PIN_GPS_WAKE
|
||||
// FIXME, support using this pin to control GPS sleep
|
||||
// digitalWrite(PIN_GPS_WAKE, LOW);
|
||||
// digitalWrite(PIN_GPS_WAKE, HIGH);
|
||||
// pinMode(PIN_GPS_WAKE, OUTPUT);
|
||||
#endif
|
||||
|
||||
#ifdef PIN_GPS_PPS
|
||||
// pulse per second
|
||||
// FIXME - move into shared GPS code
|
||||
pinMode(PIN_GPS_PPS, INPUT);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user