new ntrip client
This commit is contained in:
@@ -20,6 +20,8 @@ DriveManager::DriveManager(MoveControl *moveControl, bool wifi) {
|
||||
this->navigation = new Navigation();
|
||||
if (wifi)
|
||||
this->navigation->initNtrip(NTRIP_HOST, NTRIP_PORT, NTRIP_MOUNT_POINT, NTRIP_USER, NTRIP_PASSWORD);
|
||||
// if (wifi)
|
||||
// std::cout << "Wifi is true" << std::endl;
|
||||
}
|
||||
|
||||
DriveManager::~DriveManager() {
|
||||
|
||||
Reference in New Issue
Block a user