iSpindel battery voltage shows 3 decimals.

Thu, 16 Jan 2020 22:34:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 16 Jan 2020 22:34:29 +0100
changeset 596
2270a73628b5
parent 595
655a161bb7c7
child 597
a4c9ea7f3e7a

iSpindel battery voltage shows 3 decimals.

www/js/mon_ispindel.js file | annotate | diff | comparison | revisions
--- a/www/js/mon_ispindel.js	Thu Jan 16 16:45:18 2020 +0100
+++ b/www/js/mon_ispindel.js	Thu Jan 16 22:34:29 2020 +0100
@@ -162,7 +162,7 @@
   }
  });
 
- $('#info_battery').jqxNumberInput(Show2dec);
+ $('#info_battery').jqxNumberInput(Show3dec);
  $('#info_tilt').jqxNumberInput(Show5dec);
  $('#info_plato').jqxNumberInput(Show2dec);
  $('#info_sg').jqxNumberInput(Show4dec);

mercurial