I am having problem with the below command,
python signal_arduino_relax.py -t threshold
Setting threshold to threshold
While doing this, I got the below mentioned error:
Traceback (most recent call last):
File "signal_arduino_relax.py", line 122, in <module>
threshold = float(sys.argv[2])
ValueError: could not convert string to float: threshold
How could I solve this problem?