commit f1d214af9616b5ad008a8b5caa71910d36193aa4
parent 3c37860f5d471d3a12c801507586d47f2e6a55bc
Author: breadcat <breadcat@users.noreply.github.com>
Date: Sat, 22 Aug 2026 20:30:47 +0100
I can't remember the last time I had a single measure
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.go b/main.go
@@ -18,7 +18,7 @@ import (
//go:embed static
var staticFiles embed.FS
-var volumes = []int{25, 125, 187, 284, 330, 375, 440, 500, 568, 660, 750}
+var volumes = []int{50, 125, 187, 284, 330, 375, 440, 500, 568, 660, 750}
func calcUnits(ml int, abv float64) float64 {
return float64(ml) * abv / 1000.0