diff --git a/html/config.htm b/html/config.htm index a147412..c4ef28e 100644 --- a/html/config.htm +++ b/html/config.htm @@ -442,10 +442,14 @@
-
+
+
+ +
+
@@ -530,6 +534,10 @@ function checkHeader(input) { } ); }); + $("#firmware-btn").click(function(e){ + window.location.href = "/firmware.htm"; + }); + // Open the format editor $("#format-btn").click(function(e){ window.location.href = "/format.htm"; diff --git a/html/config.min.htm b/html/config.min.htm index 9c8fe0b..799f564 100644 --- a/html/config.min.htm +++ b/html/config.min.htm @@ -1 +1 @@ -Beer Gravity Monitor

Temperature Format:




Gravity Format:


(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file +Beer Gravity Monitor

Temperature Format:




Gravity Format:


(C) Copyright 2021-22 Magnus Persson
\ No newline at end of file