Skip to content

Commit

Permalink
[GigaBlueVFDControl] add option to disable led in deep standby for gb…
Browse files Browse the repository at this point in the history
…quadplus
  • Loading branch information
koivo committed Jul 22, 2018
1 parent c7cb724 commit 2fbe6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GigaBlueVFDControl/src/plugin.py
Expand Up @@ -350,7 +350,7 @@ def initLED():
else:
setvfdBrightness("255")

if BOX in ('gbquad4k', 'gbue4k'):
if BOX in ('gbquad4k', 'gbue4k', 'gbquadplus'):
if config.plugins.VFD_Giga.ledDSBY2.value:
setvfdDSBY2(config.plugins.VFD_Giga.ledDSBY2.getValue())

Expand Down

0 comments on commit 2fbe6d7

Please sign in to comment.