Browse Source

fix some bug in v6

master
zhaohe 1 year ago
parent
commit
d99a079fba
  1. 2
      app/src/heart_wave_sample_service.c

2
app/src/heart_wave_sample_service.c

@ -130,7 +130,7 @@ uint16_t getRecommendedMagnification() {
}
// 3750.0f
if (max <= (3750 / 2)) {
return 15;
return 1;
}
float af = (3750 / 2) / (max - 3750 / 2);
if (af > 15) {

Loading…
Cancel
Save