Skip to content

Commit

Permalink
[ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Feb 12, 2020
1 parent d6f9567 commit beaca3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/EzoGateway/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ public async Task<bool> 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;
Expand Down

0 comments on commit beaca3a

Please sign in to comment.