You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Console/Common/BaseOptions.cs
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,6 @@ internal abstract class BaseOptions : IConfiguration
148
148
[Option("zedmd-brightness",HelpText="Change ZeDMD brightness between 0 and 15.")]
149
149
publicintBrightness{get;set;}=-1;
150
150
151
-
[Option("zedmd-rgborder",HelpText="Change ZeDMD RGB order between 0 and 5.")]
152
-
publicintRgbOrder{get;set;}=-1;
153
-
154
151
[Option("zedmd-wifi-address",HelpText="Connect to ZeDMD in WiFi mode using this IP address. If not provided, a connection to zedmd-wifi.local will be established.")]
155
152
publicstringWifiAddress{get;set;}=null;
156
153
@@ -390,7 +387,6 @@ public ZeDMDOptions(BaseOptions options)
0 commit comments