We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7a210 commit 9d90c31Copy full SHA for 9d90c31
src/lib/lumi.ts
@@ -2415,7 +2415,7 @@ export const lumiModernExtend = {
2415
detectionRangeComposite = detectionRangeComposite.withFeature(
2416
e
2417
.binary(`detection_range_${i}`, ea.SET, true, false)
2418
- .withDescription(`${(i * args.rangeOffset).toFixed(2)}m - ${(i * args.rangeOffset + 1).toFixed(2)}m`),
+ .withDescription(`${(i * args.rangeOffset).toFixed(2)}m - ${((i + 1) * args.rangeOffset).toFixed(2)}m`),
2419
);
2420
}
2421
0 commit comments