Revert "Overwrite ShockerIDs for OpenShockSerial"

This reverts commit a6040f2e5c.
This commit is contained in:
glax 2024-01-20 21:31:10 +01:00
parent 359607879a
commit ad93d36d8d
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<Authors>Glax</Authors>
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.3.4</Version>
<Version>1.3.3</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -8,7 +8,6 @@ namespace CShocker.Shockers.APIS;
public class OpenShockSerial : SerialShocker
{
public new List<string> ShockerIds => Model.Keys.ToList();
// ReSharper disable once MemberCanBePrivate.Global external usage
public readonly Dictionary<string, ShockerModel> Model;
private const int BaudRate = 115200;