mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 13:40:06 +00:00
[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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user