Commit 2960f547 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Fixes tx_volt typo

Showing with 1 addition and 1 deletion
+1 -1
......@@ -455,7 +455,7 @@ class OhmPiHardware:
if iab_max is None:
iab_max = self.current_max
if vmn_min is None:
iab_max = self.voltage_min
vmn_min = self.voltage_min
if vab_max is None:
vab_max = self.voltage_max
# print(f'Vmn max: {vmn_max}')
......
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