update FzSonick Docs

This commit is contained in:
ig 2023-06-20 09:45:51 +02:00
parent 5e8ec1aebf
commit f5287f7ced
4 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public static class Constants
private const Double RStringMin = 0.125;
private const Double RStringMax = 0.250;
private const Double IMaxPerString = 20.0;
private const UInt16 NumberOfStrings = 5;
private const UInt16 NumberOfStrings = 5;
public const Double RIntMin = RStringMin / NumberOfStrings;
public const Double RIntMax = RStringMax / NumberOfStrings;