Fixed plc info not getting set when reading it

- added auto poll of plc info each 25 cycles
- counted up version
This commit is contained in:
Felix Weiß
2022-06-21 15:54:24 +02:00
parent eed19f84d7
commit 664b32b92e
3 changed files with 12 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>MewtocolNet</PackageId>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<Authors>Felix Weiss</Authors>
<Company>Womed</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>