included calibrateCompass to the manualDrive menu

This commit is contained in:
2023-05-23 23:55:09 +02:00
parent 7e460e04b0
commit 2c1aed89f1
6 changed files with 71 additions and 4 deletions
@@ -23,6 +23,9 @@ ManualControl::~ManualControl() {
}
void ManualControl::loop() {
if (caliCompass)
this->caliCompass->loop();
if (millis() - this->lastMillis < delay) {
return;
}