Compare commits

..

No commits in common. "38f7fe1aa372feb3eb2cd012af909b3b646c49e3" and "359607879a54275367510dc91a0952585f9aa611" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

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

View File

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