Remove incomplete compass boot calibration (#6825)
The made it in from testing unintentionally.
This commit is contained in:
@@ -1300,10 +1300,6 @@ void setup()
|
|||||||
LOG_DEBUG("Free heap : %7d bytes", ESP.getFreeHeap());
|
LOG_DEBUG("Free heap : %7d bytes", ESP.getFreeHeap());
|
||||||
LOG_DEBUG("Free PSRAM : %7d bytes", ESP.getFreePsram());
|
LOG_DEBUG("Free PSRAM : %7d bytes", ESP.getFreePsram());
|
||||||
#endif
|
#endif
|
||||||
#if !defined(ARCH_STM32WL)
|
|
||||||
if (accelerometerThread)
|
|
||||||
accelerometerThread->calibrate(30);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user