add auto-tare functionality and update scale handling based on touch sensor connection
This commit is contained in:
2025-03-30 16:29:20 +02:00
parent c430c989ef
commit 4dee298b73
6 changed files with 86 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def copy_file(input_file, output_file):
def should_compress(file):
# Skip compression for spoolman.html
if file == 'spoolman.html':
if file == 'spoolman.html' or file == 'waage.html':
return False
# Komprimiere nur bestimmte Dateitypen
return file.endswith(('.js', '.png', '.css', '.html'))