added chrono-tz filter

This commit is contained in:
2023-11-23 22:50:17 +01:00
parent b268466b89
commit 0a0ac6babf
12 changed files with 664 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
<html>
<meta>
<script src="ota.js"></script>
</meta>
<body>
<div>
<h2>firmeware OTA v3</h2>
<form id="upload_form" method="post">
<input type="file" name="file1" id="file1" onchange="uploadFile()"><br>
<progress id="progressBar" value="0" max="100" style="width:300px;"></progress>
<h3 id="status"></h3>
<h3 id="answer"></h3>
<p id="loaded_n_total"></p>
</form>
</div>
</body>
</html>