Skip to content

Commit

Permalink
fix polar vantage v3 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed Jan 19, 2024
1 parent 6b5889b commit b63c0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/PolarFitSdkMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function getMapping()
217 => DeviceProfile::POLAR_GRIT_X,
225 => DeviceProfile::POLAR_UNITE,
230 => DeviceProfile::POLAR_VANTAGE_V_2,
263 => DeviceProfile::POLAR_VANTAGE_V_2,
263 => DeviceProfile::POLAR_VANTAGE_V_3,
235 => DeviceProfile::POLAR_VERITY_SENSE,
236 => DeviceProfile::POLAR_VANTAGE_M_2,
241 => DeviceProfile::POLAR_IGNITE_2,
Expand Down

0 comments on commit b63c0f5

Please sign in to comment.