Skip to content

Commit

Permalink
Fix incorrect number in IMU name
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbit99 authored Oct 7, 2024
1 parent 4abf06f commit 86915b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/softfusion/drivers/icm45686.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace SlimeVR::Sensors::SoftFusion::Drivers {
template <typename I2CImpl>
struct ICM45686 {
static constexpr uint8_t Address = 0x68;
static constexpr auto Name = "ICM-45688";
static constexpr auto Name = "ICM-45686";
static constexpr auto Type = ImuID::ICM45686;

static constexpr float GyrTs = 1.0 / 409.6;
Expand Down

0 comments on commit 86915b1

Please sign in to comment.