Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Jun 15, 2024
1 parent 3971a7b commit b87162a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/loctekmotion_desk_height/desk_height_sensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ void DeskHeightSensor::loop() {
finalHeight = finalHeight / 10;
}
this->value = finalHeight;
// ESP_LOGD("DeskHeightSensor", "Current height is: %f", finalHeight);
// ESP_LOGD("DeskHeightSensor", "Current height is: %f",
// finalHeight);
}
}
}
Expand Down

0 comments on commit b87162a

Please sign in to comment.