Added overwrite error message that is displayed instead of the actual error. Error message itself is still logged. Closes #34
This commit is contained in:
@@ -33,7 +33,6 @@ chan_r_pin = 27
|
||||
# BOARD pin (BCM pin 22) switches the green channel
|
||||
chan_g_pin = 22
|
||||
|
||||
|
||||
[Printer]
|
||||
# Enable printing (True/False)
|
||||
enable = True
|
||||
@@ -59,6 +58,8 @@ countdown_time = 8
|
||||
display_time = 5
|
||||
# Timeout for postprocessing (shown after review)
|
||||
postprocess_time = 60
|
||||
# Overwrite displayed error message (Leave empty for none)
|
||||
overwrite_error_message =
|
||||
|
||||
[Picture]
|
||||
# Basedir of output pictures
|
||||
|
||||
Reference in New Issue
Block a user