@@ -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