Skip to content

Commit

Permalink
error removed
Browse files Browse the repository at this point in the history
  • Loading branch information
christianh17 committed Feb 8, 2024
1 parent 9f3aa75 commit 55d06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Invert. Type >${hvsInvType_String}, Nr: ${hvsInvType}<`);
for(let t = 0; t < towerAttributes.length; t++) {
try {
if (ConfBydTowerCount > 1) {
ObjTowerString = ".Tower_" +(towerNumber + 1);
ObjTowerString = ".Tower_" +(t + 1);
}

// Test if all required msg received.
Expand Down

0 comments on commit 55d06a8

Please sign in to comment.