Remove incomplete compass boot calibration (#6825)

The made it in from testing unintentionally.
This commit is contained in:
Jonathan Bennett
2025-05-16 12:29:08 +10:00
committed by GitHub
co-authored by GitHub
parent 1ef4caea05
commit 066609a718
-4
View File
@@ -1300,10 +1300,6 @@ void setup()
LOG_DEBUG("Free heap : %7d bytes", ESP.getFreeHeap());
LOG_DEBUG("Free PSRAM : %7d bytes", ESP.getFreePsram());
#endif
#if !defined(ARCH_STM32WL)
if (accelerometerThread)
accelerometerThread->calibrate(30);
#endif
}
#endif