diff --git a/html/calibration.htm b/html/calibration.htm index 1a37417..1c0f680 100644 --- a/html/calibration.htm +++ b/html/calibration.htm @@ -97,7 +97,8 @@
-
+ +
@@ -368,8 +369,8 @@ if(isPlato()) { $("#gravity-header").text("Gravity (Plato):"); - //$("#g1").val( parseFloat(cfg["g1"]).toFixed(1) ); - $("#g1").val( "0.0" ); + $("#g1").val( parseFloat(cfg["g1"]).toFixed(1) ); + $("#g1a").val( "0.0" ); $("#g2").val( parseFloat(cfg["g2"]).toFixed(1) ); $("#g3").val( parseFloat(cfg["g3"]).toFixed(1) ); $("#g4").val( parseFloat(cfg["g4"]).toFixed(1) ); @@ -381,8 +382,8 @@ $("#g10").val( parseFloat(cfg["g10"]).toFixed(1) ); } else { $("#gravity-header").text("Gravity (SG):"); - //$("#g1").val( parseFloat(cfg["g1"]).toFixed(4) ); - $("#g1").val( "1.0000" ); + $("#g1").val( parseFloat(cfg["g1"]).toFixed(4) ); + $("#g1a").val( "1.0000" ); $("#g2").val( parseFloat(cfg["g2"]).toFixed(4) ); $("#g3").val( parseFloat(cfg["g3"]).toFixed(4) ); $("#g4").val( parseFloat(cfg["g4"]).toFixed(4) ); diff --git a/html/calibration.min.htm b/html/calibration.min.htm index 2a98956..1ebc3dc 100644 --- a/html/calibration.min.htm +++ b/html/calibration.min.htm @@ -1,4 +1,4 @@ -Beer Gravity Monitor

Here you can create your gravity formula by entering angles/tilt and the corresponding gravity. These values will be saved for future use. Angles with 0 (zero) will be skipped. The values below will be used to check the formula and if the deviation is more than 1.5SG / 0.38P on any of the provided points then the forumla will be rejected. On the bottom of the page you can see a graph over the entered values + values calcualated by the formula.

Here you can create your gravity formula by entering angles/tilt and the corresponding gravity. These values will be saved for future use. Angles with 0 (zero) will be skipped. The values below will be used to check the formula and if the deviation is more than 1.5SG / 0.38P on any of the provided points then the forumla will be rejected. On the bottom of the page you can see a graph over the entered values + values calcualated by the formula.

(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file + var myChart = 0;
(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file