try to work ntrip client
This commit is contained in:
@@ -46,6 +46,8 @@ Navigation::~Navigation() {
|
||||
void Navigation::initNtrip(String host, uint16_t port, String mountPoint, String user, String password) {
|
||||
this->ntripClient = new NTRIPClient(this->gps, host.c_str(), port, mountPoint.c_str(), user.c_str(), password.c_str());
|
||||
this->ntripClient->gpsConfiguration();
|
||||
this->ntripClient->loop();
|
||||
this->ntripClient->setActivated(true);
|
||||
this->isNtripInit = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user