Commit 86f6e464 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Tries inject_current

Showing with 1 addition and 1 deletion
+1 -1
...@@ -645,7 +645,7 @@ class OhmPiHardware: ...@@ -645,7 +645,7 @@ class OhmPiHardware:
if self.tx.voltage != vab: if self.tx.voltage != vab:
self.tx.voltage = vab self.tx.voltage = vab
if self.tx.current != 0.02: if self.tx.current != 0.02:
self.tx.voltage = self.tx.pwr._voltage_max) self.tx.voltage = self.tx.pwr._voltage_max
self.tx.current = 0.02 self.tx.current = 0.02
else: else:
vab = self.tx.voltage vab = self.tx.voltage
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment