mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
#215 fix for incorrect cast in LinkToApi method
This commit is contained in:
parent
f81fe3d01f
commit
7bfc82c3cc
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ namespace PepperDash.Essentials.Core
|
|||
trilist.SetStringSigAction(joinMap.SetPortConfig.JoinNumber, SetPortConfig);
|
||||
|
||||
|
||||
var sComm = this as ISocketStatus;
|
||||
var sComm = CommPort as ISocketStatus;
|
||||
if (sComm == null) return;
|
||||
sComm.ConnectionChange += (s, a) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue