Skip to content

Commit a63ce3a

Browse files
Georacertridge
authored andcommitted
Tools: Added Loweheiser generator build option
1 parent 450cfa2 commit a63ce3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Tools/scripts/build_options.py

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def config_option(self):
119119
Feature('Generator', 'GENERATOR_RICHENPOWER', 'AP_GENERATOR_RICHENPOWER_ENABLED', 'Enable Richenpower generator', 0, "GENERATOR"), # noqa
120120
Feature('Generator', 'GENERATOR_IE2400', 'AP_GENERATOR_IE_2400_ENABLED', 'Enable IntelligentEnergy 2400', 0, "GENERATOR"), # noqa
121121
Feature('Generator', 'GENERATOR_IE650', 'AP_GENERATOR_IE_650_800_ENABLED', 'Enable IntelligentEnergy 650 and 800', 0, "GENERATOR"), # noqa
122+
Feature('Generator', 'GENERATOR_LOWEHEISER', 'AP_GENERATOR_LOWEHEISER_ENABLED', 'Enable Loweheiser generator', 0, "GENERATOR,EFI"), # noqa
122123

123124
Feature('OSD', 'OSD', 'OSD_ENABLED', 'Enable OSD', 0, None),
124125
Feature('OSD', 'PLUSCODE', 'HAL_PLUSCODE_ENABLE', 'Enable PlusCode', 0, 'OSD'),

0 commit comments

Comments
 (0)