[cli] add command to set/get external FEM's LNA gain (#5563)

This commit is contained in:
Jintao Lin
2020-10-13 08:12:14 -07:00
committed by GitHub
parent d0d2b71af3
commit eee652cc9e
15 changed files with 290 additions and 16 deletions
+9
View File
@@ -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"