mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-30 11:23:53 +00:00
GPS not yet ready RAK815 WIP
This commit is contained in:
parent
efd8b70089
commit
05a0405709
@ -17,7 +17,8 @@ HardwareSerial *GPS::_serial_gps = NULL;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GPS_I2C_ADDRESS
|
#ifdef GPS_I2C_ADDRESS
|
||||||
uint8_t GPS::i2cAddress = GPS_I2C_ADDRESS;
|
uint8_t GPS::i2cAddress = 0;
|
||||||
|
// FIXME - no good - GPS_I2C_ADDRESS;
|
||||||
#else
|
#else
|
||||||
uint8_t GPS::i2cAddress = 0;
|
uint8_t GPS::i2cAddress = 0;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user