Commit 1433370f authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Improve code consistency

Showing with 1 addition and 0 deletions
+1 -0
......@@ -66,6 +66,7 @@ def _ads_1115_gain_auto(channel): # Make it a class method ?
class Tx(Tx_mb_2023):
def __init__(self, **kwargs):
print(f'mb_2023 kwargs: {kwargs}')
if 'model' not in kwargs.keys():
for key in SPECS['tx'].keys():
kwargs = enforce_specs(kwargs, SPECS['tx'], key)
......
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