move EISC registration

This commit is contained in:
Andrew Welker
2020-07-07 13:25:26 -06:00
parent 2a1ff2e32b
commit 615c0d1545
2 changed files with 3 additions and 5 deletions

View File

@@ -27,8 +27,6 @@ namespace PepperDash.Essentials.Bridges
Eisc.SigChange += Eisc_SigChange;
Eisc.Register();
AddPostActivationAction(() =>
{
Debug.Console(1, this, "Linking Devices...");
@@ -76,7 +74,7 @@ namespace PepperDash.Essentials.Bridges
}
}
Debug.Console(1, this, "Devices Linked.");
Eisc.Register();
});
}