mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/iperf: fix string for iperf test interface option
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
6d730e3c25
commit
672b5ffbc1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ config NETUTILS_IPERF_STACKSIZE
|
|||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
config NETUTILS_IPERFTEST_DEVNAME
|
||||
string "Wi-Fi Network device"
|
||||
string "iperf Network device"
|
||||
default "wlan0"
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue