Skip to content

Commit

Permalink
added comments to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-shuvo committed Feb 15, 2021
1 parent 54e6b85 commit 1e625ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

to_gray = True

# if hold_prev_value is True, then it will
# hold the previous value if no value is
# recieved from the method for hold_period
# amount of time
hold_prev_vals = True
if hold_prev_vals:
hold_period = 5 # in seconds
Expand Down

0 comments on commit 1e625ae

Please sign in to comment.