Commit 13f52af3 authored by Smail Bachir's avatar Smail Bachir

Update README.md

parent de5b8855
......@@ -119,7 +119,7 @@ Loop for tx_gain monitoring in real time
```python
valid = False
valid = True
while (valid):
valid = input("1 to set txGain || 0 to compute DPD : ")
valid = bool(int(valid))
......
Markdown is supported
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