fix ntrip client and integration
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
SensorData();
|
||||
~SensorData();
|
||||
|
||||
void enableNtrip(String host, uint16_t port, String mountPoint, String user, String password);
|
||||
void enableNtrip(String host, uint16_t port, String mountPoint, String user, String password, bool sendOwnPosition = false);
|
||||
|
||||
/**
|
||||
* @brief Enable the gnss module over spi
|
||||
|
||||
Reference in New Issue
Block a user