Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Provide default values for MaxSecurityIndividualAddressEntries and Ma…
Browse files Browse the repository at this point in the history
…xSecurityGroupKeyTableEntries
  • Loading branch information
nanosonde committed Jul 7, 2020
1 parent 39751e7 commit 3ac7140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ private void CreateNew(object param)
_applicationProgram.DynamicTableManagement = false;
_applicationProgram.Linkable = false;
_applicationProgram.MinEtsVersion = "5.0";
_applicationProgram.MaxSecurityIndividualAddressEntries = 32;
_applicationProgram.MaxSecurityGroupKeyTableEntries = 50;

var appStatic = new ApplicationProgramStatic_T();
_applicationProgram.Static = appStatic;
Expand Down

0 comments on commit 3ac7140

Please sign in to comment.