Fixed bug a bug where the writeregister method always returned false

- fixed a bug where the adress ToString of a register with a special adress was always ending with 0
- counted up version
This commit is contained in:
Felix Weiß
2022-06-23 12:15:42 +02:00
parent 4c719843f2
commit 83f17a4eae
6 changed files with 31 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
using System.Threading.Tasks;
using MewtocolNet;
using MewtocolNet.Logging;
using MewtocolNet.Registers;
namespace Examples {