Skip to content

Commit 47864b8

Browse files
authored
Update pibooth_extra_lights.py
1 parent 4811255 commit 47864b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pibooth_extra_lights.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ def pibooth_configure(cfg):
1515
cfg.add_option('CONTROLS', 'startup_led_pin', 29,
1616
"Physical GPIO OUT pin to light a LED at pibooth startup (list of pins accepted)")
1717
cfg.add_option('CONTROLS', 'startup_led_active_high', True,
18-
"If True, LED is lighting by setting GPIO OUT pin(s) to HIGH else by setting them to LOW")
18+
"If True, startup LED is lighting by setting pin(s) to HIGH else by setting to LOW")
1919
cfg.add_option('CONTROLS', 'preview_led_pin', 31,
2020
"Physical GPIO OUT pin to light a LED during the entire capture sequence (list of pins accepted)")
2121
cfg.add_option('CONTROLS', 'preview_led_active_high', True,
22-
"If True, LED is lighting by setting GPIO OUT pin(s) to HIGH else by setting them to LOW")
22+
"If True, preview LED is lighting by setting pin(s) to HIGH else by setting to LOW")
2323
cfg.add_option('CONTROLS', 'flash_led_pin', 33,
2424
"Physical GPIO OUT pin to light a LED when the capture is taken (list of pins accepted)")
2525
cfg.add_option('CONTROLS', 'flash_led_active_high', True,
26-
"If True, LED is lighting by setting GPIO OUT pin(s) to HIGH else by setting them to LOW")
26+
"If True, flash LED is lighting by setting pin(s) to HIGH else by setting to LOW")
2727

2828

2929
@pibooth.hookimpl

0 commit comments

Comments
 (0)