Skip to content

Commit

Permalink
Update barometer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed Sep 23, 2024
1 parent 12b8413 commit 1f09296
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/sensors/barometer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f09296

Please sign in to comment.