Commit 2977eb33 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Changes test to within standalone

Showing with 1 addition and 2 deletions
+1 -2
......@@ -33,10 +33,9 @@ if stand_alone:
HARDWARE_CONFIG['rx'].pop(
'interface_name', 'i2c')])})
print(HARDWARE_CONFIG['rx'])
print(HARDWARE_CONFIG['rx'], rx_module)
rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
#ctl = ctl_module.Rx(**HARDWARE_CONFIG['ctl'])
pwr = pwr_module.pwr(**HARDWARE_CONFIG['pwr'])
tx.polarity = 1
......
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