included calibrateCompass to the manualDrive menu
This commit is contained in:
@@ -23,6 +23,9 @@ ManualControl::~ManualControl() {
|
||||
}
|
||||
|
||||
void ManualControl::loop() {
|
||||
if (caliCompass)
|
||||
this->caliCompass->loop();
|
||||
|
||||
if (millis() - this->lastMillis < delay) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user