Remove incomplete compass boot calibration (#6825)

The made it in from testing unintentionally.
This commit is contained in:
Jonathan Bennett 2025-05-15 21:29:08 -05:00 committed by GitHub
parent 1ef4caea05
commit 066609a718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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