Skip to content

Commit ed67822

Browse files
committed
Indicate that manually specifying voltage is not the first step
1 parent 45acfb0 commit ed67822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenEphys.Onix1/ConfigurePortController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public override IObservable<ContextTask> Process(IObservable<ContextTask> source
8686
var message = portVoltage.Requested.HasValue ?
8787
$"Unable to acquire communication lock on {portString}. Confirm the headstage port is turned on." :
8888
$"Unable to acquire communication lock on {portString}. Confirm the headstage port is turned on."
89-
+ $"\n\nYou may need to manually specify a PortVoltage greater than {PortVoltage.Applied} volts, the maximum automatic value for this device.";
89+
+ $"\n\nIf the problem persists, you may need to manually specify a PortVoltage greater than {PortVoltage.Applied} volts, the maximum automatic value for this device.";
9090

9191
dispose();
9292
throw new InvalidOperationException(message);

0 commit comments

Comments
 (0)