mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixed to DGE to allow use of Com ports via EfS bridge. Updates PD.Core version
This commit is contained in:
parent
bd4bb24945
commit
5fc93ca251
3 changed files with 18 additions and 5 deletions
|
|
@ -28,6 +28,8 @@ namespace PepperDash.Essentials.DM.Endpoints.DGEs
|
|||
public DgeController(string key, string name, Dge100 device, DeviceConfig dc, CrestronTouchpanelPropertiesConfig props)
|
||||
:base(key, name, device)
|
||||
{
|
||||
DigitalGraphicsEngine = device;
|
||||
|
||||
DeviceConfig = dc;
|
||||
|
||||
PropertiesConfig = props;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue