fix: Fixed right temperature gauge

This commit is contained in:
2026-01-14 14:58:30 +01:00
parent 7a79e48378
commit 1c53ac7a97
2 changed files with 11 additions and 1 deletions

View File

@@ -33,3 +33,5 @@ pyinstaller --name "volvodisplay" \
main.py
echo "Build complete. Binary is in 'dist/volvodisplay'"
cp config.json dist/
echo "Copied config.json to 'dist/'"