- fix ntripClient
- fix gyroscope - fix init screen
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ void setup()
|
||||
static_cast<const char *>(NtripConfig::mountPoint),
|
||||
static_cast<const char *>(NtripConfig::user),
|
||||
static_cast<const char *>(NtripConfig::password));
|
||||
// sensorData->enableGyroscope();
|
||||
sensorData->enableGyroscope();
|
||||
driveManager = new DriveManager(&moveController, sensorData, controlPad->getControlPadDataPtr());
|
||||
|
||||
char wifiIndicator = 'X';
|
||||
|
||||
Reference in New Issue
Block a user