Added calibration_hours to settings-sample

This commit is contained in:
Maximilian Giller 2019-02-25 21:55:30 +01:00
parent 7c8dc46b45
commit c572180d5b

View file

@ -16,4 +16,5 @@ hours = "24"
"""DEBUG""" """DEBUG"""
render_to_display = True 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]