Added calibration_hours to settings-sample
This commit is contained in:
parent
7c8dc46b45
commit
c572180d5b
1 changed files with 3 additions and 2 deletions
|
@ -16,4 +16,5 @@ hours = "24"
|
|||
|
||||
"""DEBUG"""
|
||||
render_to_display = True
|
||||
render_to_file = False
|
||||
render_to_file = False # Will be called "design_exported.png" in Calendar-directory
|
||||
calibrate_hours = [0, 12, 18]
|
Loading…
Reference in a new issue