Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 2, 2017
1 parent 1b816c6 commit 9865f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eez_psu_sketch/calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ bool Value::checkMid() {
if (diff <= allowedDiff) {
return true;
} else {
DebugTraceF("MID point check failed: mid_level=%f, mid_data=%f, diff=%f, allowedDiff=%f",
DebugTraceF("%s MID point check failed: level=%f, data=%f, diff=%f, allowedDiff=%f",
voltOrCurr ? "Volt" : (currentRange == 0 ? "HI Curr" : "LO Curr"),
mid, mid_val, diff, allowedDiff);
return false;
}
Expand Down

0 comments on commit 9865f58

Please sign in to comment.