RAK815 GPS WIP

This commit is contained in:
geeksville
2020-07-10 14:54:32 -07:00
parent e12c057c31
commit efd8b70089
2 changed files with 13 additions and 2 deletions

View File

@@ -16,7 +16,11 @@ HardwareSerial *GPS::_serial_gps = &Serial1;
HardwareSerial *GPS::_serial_gps = NULL;
#endif
#ifdef GPS_I2C_ADDRESS
uint8_t GPS::i2cAddress = GPS_I2C_ADDRESS;
#else
uint8_t GPS::i2cAddress = 0;
#endif
bool timeSetFromGPS; // We try to set our time from GPS each time we wake from sleep