Skip to content

Commit

Permalink
Automatically calibrate simulated probe
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Nov 2, 2024
1 parent 3393ea9 commit 29bd987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Probes/SimulatedProbe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ SimulatedProbe::SimulatedProbe (Basestation* bs,

setStatus (SourceStatus::DISCONNECTED);

isCalibrated = true; // automatically calibrate simulated probes

customName.probeSpecific = String (info.serial_number);

CoreServices::sendStatusMessage ("Probe part number: " + PN);
Expand Down

0 comments on commit 29bd987

Please sign in to comment.