mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
[radio] send max power table to radio (#5867)
This change sends the max power table to the radio so that the radio chip can manage the transmit power by self.
This commit is contained in:
@@ -37,6 +37,11 @@ expect "Done"
|
||||
send "channel preferred\n"
|
||||
expect "0x3fff800"
|
||||
expect "Done"
|
||||
send "txpower 20\n"
|
||||
expect "Done"
|
||||
send "txpower\n"
|
||||
expect "11 dBm"
|
||||
expect "Done"
|
||||
send "\x04"
|
||||
expect eof
|
||||
# allows all channels by default
|
||||
|
||||
Reference in New Issue
Block a user