better checksum fix

i was the dumb one :`(
This commit is contained in:
shinichi
2020-09-09 20:55:38 +02:00
parent 75f5ce7d7e
commit 0b659a9dc3
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ namespace ProftaakRH
Thread.Yield();
}
bLEHandler.setResistance(50);
bLEHandler.setResistance(25);
Console.ReadLine();
}
}