diff --git a/source/EzoGateway/Controller.cs b/source/EzoGateway/Controller.cs index de6500c..0fda0e8 100644 --- a/source/EzoGateway/Controller.cs +++ b/source/EzoGateway/Controller.cs @@ -395,6 +395,8 @@ public async Task SingleMeasurementAsync() if (!IsInitialized) Logger.Write("Hardware is not ininitialized.", SubSystem.LowLevel, LoggerLevel.Error); + //TODO: Check for valide values and wire cuts + try { double? ph = null;