Skip to content

Commit

Permalink
en/pg disabled by default on root source
Browse files Browse the repository at this point in the history
  • Loading branch information
smariel committed Dec 26, 2022
1 parent 3372528 commit 3b0d020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/class.PTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,8 @@ class PTree {
newItem.characs.vout_typ = '5';
newItem.characs.vout_max = '5.5';
newItem.characs.name = `Source #${newItem.id}`;
newItem.characs.sequence.enable.exist = false;
newItem.characs.sequence.pgood.exist = false;
}
else {
// add a DC/DC to the parent
Expand Down

0 comments on commit 3b0d020

Please sign in to comment.