Skip to content

Commit

Permalink
Don't deinit the IMU to avoid weird drift
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbit99 committed Nov 5, 2024
1 parent 25eb88b commit d8e7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onOffButton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void SlimeVR::OnOffButton::update() {

const auto& sensors = sensorManager.getSensors();
for (auto& sensor : sensors) {
sensor->deinitialize();
// sensor->deinitialize();
}

#ifdef ESP8266
Expand Down

0 comments on commit d8e7bcc

Please sign in to comment.