Commit 59a47f22 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates config

Showing with 1 addition and 2 deletions
+1 -2
...@@ -398,9 +398,8 @@ class OhmPiHardware: ...@@ -398,9 +398,8 @@ class OhmPiHardware:
""" """
if self.tx.pwr.voltage_adjustable: if self.tx.pwr.voltage_adjustable:
print(f'Vmn max: {vmn_max}')
if vmn_max is None: if vmn_max is None:
vmn_max == self.rx._voltage_max / 1000. vmn_max = self.rx._voltage_max / 1000.
print(f'Vmn max: {vmn_max}') print(f'Vmn max: {vmn_max}')
if p_max is None: if p_max is None:
p_max = vab_max * iab_max p_max = vab_max * iab_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