www/js/fermenter.js

changeset 708
13555c27b592
parent 693
3518c07737d8
child 712
93a87fe230cc
--- a/www/js/fermenter.js	Wed Apr 24 21:58:27 2024 +0200
+++ b/www/js/fermenter.js	Thu Apr 25 14:26:47 2024 +0200
@@ -169,7 +169,7 @@
  });
 
  function updateScreen() {
-   $('#room_thb').html((global.temp_value / 1000.0) + '°C  ' + (global.hum_value / 1000.0) + '% humidity');
+   $('#room_thb').html(global.temp_value + '°C  ' + global.hum_value + '% humidity');
    $('#info_system').html(record.unit);
    $('#info_beer').html(record.beercode + ' - ' + record.beername);
    $('#info_mode').jqxDropDownList('selectItem', record.mode);

mercurial