Skip to content

Commit

Permalink
fix: typo in directory factory types
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Apr 29, 2024
1 parent 79ebfbb commit 6a1647e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NvxEpi/Factories/NvxDirectorFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public override EssentialsDevice BuildDevice(DeviceConfig dc)
case "xiodirector80":
xio = new DmXioDirector80(config.Control.IpIdInt, Global.ControlSystem);
break;
case "xiodirector120":
case "xiodirector160":
xio = new DmXioDirector160(config.Control.IpIdInt, Global.ControlSystem);
break;
default:
Expand Down
2 changes: 1 addition & 1 deletion src/NvxEpi/NvxEpi.4Series.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup>
<PackageReference Include="PepperDash.Essentials.Plugin.MobileControl.Messengers" Version="4.0.0-feature-mc-touchpanel-controller.5" />
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2430" />
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2461" />
</ItemGroup>

</Project>

0 comments on commit 6a1647e

Please sign in to comment.