Skip to content

Commit

Permalink
Merge pull request #19864 from osmandapp/FixCadenceWidgetUnits
Browse files Browse the repository at this point in the history
Change RPM on SPM
  • Loading branch information
Chumva committed May 14, 2024
2 parents 47b4a04 + 04fa165 commit c247f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public int getCadence() {
@Override
public List<SensorDataField> getDataFields() {
return Collections.singletonList(
new SensorDataField(R.string.external_device_characteristic_cadence, R.string.revolutions_per_minute_unit, cadence));
new SensorDataField(R.string.external_device_characteristic_cadence, R.string.steps_per_minute_unit, cadence));
}

@NonNull
Expand Down

0 comments on commit c247f1f

Please sign in to comment.