mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 19:24:53 +00:00
add debug statement for catching EISC registration result.
This commit is contained in:
@@ -74,7 +74,10 @@ namespace PepperDash.Essentials.Bridges
|
||||
}
|
||||
}
|
||||
Debug.Console(1, this, "Devices Linked.");
|
||||
Eisc.Register();
|
||||
|
||||
var registerResult = Eisc.Register();
|
||||
|
||||
Debug.Console(2, this, "Registration result: {0}", registerResult);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user