Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Aug 8, 2020
1 parent abec710 commit ad05827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/meowton.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def check_loop():
scale_food.fed()

### save settings
if scale_cat.should_save and scale_cat.stable and abs(scale_cat.last_stable_weight)<5:
if scale_cat.should_save and scale_cat.stable and abs(scale_cat.last_stable_weight)<100:
scale_cat.save()
scale_food.save()
cats.save()
Expand Down

0 comments on commit ad05827

Please sign in to comment.