Fix precision of battery level

This commit is contained in:
3m5.Danny Spina
2020-03-05 16:46:07 +01:00
parent bd5aa44be9
commit dd3fba2052
4 changed files with 15 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Weather</title>
<title>Volta</title>
<link rel="stylesheet" href="./index.css" charset="utf-8">
<link rel="stylesheet" href="./vendor/nouislider.min.css" charset="utf-8">
<script charset="utf-8" src="./vendor/nouislider.min.js">
@@ -20,7 +20,6 @@
<div class="title">Current:
<span id="currentBattery"></span>
</div>
<small>Note: Due to limits in the implementation the actual battery value may differ from the one given by the OS</small>
<hr/>
<div id="settings">
@@ -56,4 +55,4 @@
</script>
</body>
</html>
</html>