removed compass corrections
This commit is contained in:
@@ -65,7 +65,7 @@ void Navigation::init(Route* route) {
|
|||||||
Wire.write(0x01);
|
Wire.write(0x01);
|
||||||
Wire.endTransmission();
|
Wire.endTransmission();
|
||||||
this->compass->setMode(0x01,0x0C,0x10,0X00);
|
this->compass->setMode(0x01,0x0C,0x10,0X00);
|
||||||
this->compass->setCalibration(-1903, 367, -893, 1468, -1110, 310);
|
// this->compass->setCalibration(-1903, 367, -893, 1468, -1110, 310);
|
||||||
}
|
}
|
||||||
|
|
||||||
Navigation::~Navigation() {
|
Navigation::~Navigation() {
|
||||||
|
|||||||
Reference in New Issue
Block a user