[cli] implement setting/getting cca threshold (#5532)

This commit adds a command to the CLI to be able to set (and get) the
CCA threshold. This is useful when there is a LNA in the radio's RX
path.
This commit is contained in:
Diego Ismirlian
2020-09-21 08:46:19 -07:00
committed by GitHub
parent 787284e3a0
commit f974f38155
4 changed files with 55 additions and 3 deletions
+6
View File
@@ -47,6 +47,12 @@ expect "Done"
send "bufferinfo\n"
expect "Done"
send "ccathreshold -62\n"
expect "Done"
send "ccathreshold\n"
expect -- "-62 dBm"
expect "Done"
send "parent\n"
expect "Done"