@ -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) {