mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 08:37:47 +00:00
[cli] add command to set/get external FEM's LNA gain (#5563)
This commit is contained in:
@@ -66,6 +66,15 @@ send "delaytimermin 1 2\n"
|
||||
send "counters mac 1\n"
|
||||
expect "Error 7: InvalidArgs"
|
||||
|
||||
send "fem lnagain 11\n"
|
||||
expect "Done"
|
||||
send "fem lnagain\n"
|
||||
expect -- "11"
|
||||
expect "Done"
|
||||
send "fem\n"
|
||||
expect -- "LNA gain 11 dBm"
|
||||
expect "Done"
|
||||
|
||||
send "ifconfig down\n"
|
||||
expect "Done"
|
||||
send "ifconfig\n"
|
||||
|
||||
Reference in New Issue
Block a user