mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 17:09:51 +00:00
[cli] add targetpower command support (#11321)
This commit is contained in:
@@ -123,6 +123,15 @@ send "txpower\n"
|
||||
expect -- "-10 dBm"
|
||||
expect_line "Done"
|
||||
|
||||
send "targetpower 12 1000\n"
|
||||
expect_line "Done"
|
||||
|
||||
send "targetpower 12 -1000\n"
|
||||
expect_line "Done"
|
||||
|
||||
send "targetpower 10 1000\n"
|
||||
expect_line "Error 7: InvalidArgs"
|
||||
|
||||
send "thread version\n"
|
||||
expect_line "Done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user