Skip to content

Commit

Permalink
fix: update TwoWayDisplayBase using
Browse files Browse the repository at this point in the history
Added `#if SERIES4` to switch `TwoWayDisplayBase` reference
accordingly.
  • Loading branch information
jkdevito committed Oct 1, 2024
1 parent f2c6df3 commit c72ad23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PanasonicProjectorController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
using PepperDash.Essentials.Core.Queues;
using PepperDash.Essentials.Core.Routing;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
#if SERIES4
using TwoWayDisplayBase = PepperDash.Essentials.Devices.Common.Displays.TwoWayDisplayBase;
#endif

namespace PepperDash.Essentials.Plugins.Display.Panasonic.Projector
{
Expand Down

0 comments on commit c72ad23

Please sign in to comment.