mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* fix for non-RAK targets
This commit is contained in:
parent
fa8c31be88
commit
d3be6afccb
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ static bool serialGPSFlag = false;
|
|||
#define TELEM_RAK12500_ADDRESS 0x42 //RAK12500 Ublox GPS via i2c
|
||||
#include <SparkFun_u-blox_GNSS_Arduino_Library.h>
|
||||
static SFE_UBLOX_GNSS ublox_GNSS;
|
||||
#endif
|
||||
|
||||
class RAK12500LocationProvider : public LocationProvider {
|
||||
long _lat = 0;
|
||||
|
|
@ -132,6 +131,7 @@ public:
|
|||
};
|
||||
|
||||
static RAK12500LocationProvider RAK12500_provider;
|
||||
#endif
|
||||
|
||||
bool EnvironmentSensorManager::begin() {
|
||||
#if ENV_INCLUDE_GPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue