Commit before switching branches

This commit is contained in:
Neil Dorin
2018-09-20 14:14:59 -06:00
parent c2665f0225
commit d98b7e837a
6 changed files with 26 additions and 31 deletions

View File

@@ -235,6 +235,8 @@ namespace PepperDash.Essentials
var newDev = DeviceFactory.GetDevice(devConf);
// Then associated library factories
if (newDev == null)
newDev = PepperDash.Essentials.Core.DeviceFactory.GetDevice(devConf);
if (newDev == null)
newDev = PepperDash.Essentials.Devices.Common.DeviceFactory.GetDevice(devConf);
if (newDev == null)