bettwaage-sidequest #2

Merged
m.giller merged 38 commits from bettwaage-sidequest into master 2024-06-07 23:38:56 +02:00
Showing only changes of commit 4fb7c8b461 - Show all commits

View file

@ -81,6 +81,9 @@ def check_for_change():
logging.info(f"Capacity reached")
return
if len(local_history) < 2:
return
global show_scale_countdown
global empty_weight
latest = local_history[-1]