diff --git a/ErgometerLibrary/ComPort.cs b/ErgometerLibrary/ComPort.cs index 5eef50b..555b62c 100644 --- a/ErgometerLibrary/ComPort.cs +++ b/ErgometerLibrary/ComPort.cs @@ -62,7 +62,7 @@ namespace ErgometerLibrary } catch(TimeoutException e) { - return "error"; + return "err"; } }