1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 19:10:27 +03:00

Update barometer.c

This commit is contained in:
breadoven 2024-09-23 21:25:53 +01:00 committed by Ray Morris
parent c337d87410
commit c42715490c

View file

@ -325,8 +325,6 @@ float processBaroTempCorrection(void)
static int16_t baroTemp1 = 0.0f;
static timeMs_t startTimeMs = 0;
DEBUG_SET(DEBUG_ALWAYS, 0, correctionFactor * 100);
DEBUG_SET(DEBUG_ALWAYS, 1, baro.baroTemperature);
if (!ARMING_FLAG(WAS_EVER_ARMED)) {
static float baroAlt1 = 0.0f;
static int16_t baroTemp2 = 0.0f;