-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Refer to #69 for context
Lines 1354 to 1358 in a3d9b9d
| if ($verbose) { | |
| $tree["SDO"]["default"]=true; | |
| $tree["SDO"]["children"]["AIA"]["default"]=true; | |
| $tree["SDO"]["children"]["AIA"]["children"]["171"]["default"]=true; | |
| } |
This tree should set a default selection based on a configuration in Config.ini rather than being hard coded.
General steps to fix:
- Add configuration fields to
Config.example.ini. The example config can be set to program SDO, AIA, 304 - Update the above code to set default fields based on the configuration