Update example config
authorCameron Ball <c.ball1729@gmail.com>
Thu, 26 Mar 2015 07:42:13 +0000 (07:42 +0000)
committerCameron Ball <c.ball1729@gmail.com>
Thu, 26 Mar 2015 07:42:13 +0000 (07:42 +0000)
config.ini.example

index 3d6c71b..ba7092b 100644 (file)
@@ -1,2 +1,6 @@
 [global]\r
-credit_value=10              ; How many  seconds inserting a credit adds to the timer
\ No newline at end of file
+credit_value=10                ; How many seconds inserting a credit adds to the timer. Will be ignored if external timer board is used.\r
+external_timer=0       ; Whether or not we are using an external timer board.\r
+sync_switch=1          ; Whether or not to check the output of the HDMI switcher and keep it in sync with what it should be.\r
+sync_switch_delay=5000 ; Delay (in milliseconds) to wait before checking the state of the HDMI switch after pulsing it.\r
+default_switch_state=1 ; The default state of the switch circuit. If the program is started and the input from the switch is in the wrong state, it will attempt to switch it over. Onl works if sync_switch=1\r