[#71] Weighing: Fix reconnection behaviour when COM port is connected/disconnected
Some checks failed
Test / Run tests (push) Failing after 2m47s
Some checks failed
Test / Run tests (push) Failing after 2m47s
This commit is contained in:
6
Elwig/Helpers/Weighing/WeighingException.cs
Normal file
6
Elwig/Helpers/Weighing/WeighingException.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Elwig.Helpers.Weighing {
|
||||
class WeighingException(string? message = null) : Exception(message) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user