# HG changeset patch # User Michiel Broek # Date 1579210469 -3600 # Node ID 2270a73628b58cb08a26b2204be79f0d02476f45 # Parent 655a161bb7c7206225367cef1f7714996a09f773 iSpindel battery voltage shows 3 decimals. diff -r 655a161bb7c7 -r 2270a73628b5 www/js/mon_ispindel.js --- 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);