Skip to content

Commit 0235d3d

Browse files
mkalkbrennerfreezy
authored andcommitted
fixed call to ZeDMDHDWiFi.GetInstance()
1 parent 4c21dea commit 0235d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Common/BaseCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected List<IDestination> GetRenderers(IConfiguration config, HashSet<string>
119119
}
120120

121121
if (config.ZeDMDHDWiFi.Enabled) {
122-
var zeDMDHDWiFi = ZeDMDHDWiFi.GetInstance(config.ZeDMDHDWiFi.Debug, config.ZeDMDHDWiFi.Brightness, config.ZeDMDHD.Port, config.ZeDMDHDWiFi.WifiAddress);
122+
var zeDMDHDWiFi = ZeDMDHDWiFi.GetInstance(config.ZeDMDHDWiFi.Debug, config.ZeDMDHDWiFi.Brightness, config.ZeDMDHDWiFi.WifiAddress);
123123
if (zeDMDHDWiFi.IsAvailable) {
124124
renderers.Add(zeDMDHDWiFi);
125125
Logger.Info("Added ZeDMD HD WiFi renderer.");

0 commit comments

Comments
 (0)