forked from espressif/esp-protocols
14 lines
435 B
YAML
14 lines
435 B
YAML
version: 1.0.0
|
|
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_iperf
|
|
description: The component provides a console where the 'iperf' command can be executed.
|
|
dependencies:
|
|
idf:
|
|
version: '>=5.0'
|
|
espressif/console_simple_init:
|
|
version: '>=1.1.0'
|
|
override_path: '../console_simple_init'
|
|
public: true
|
|
iperf:
|
|
version: "*"
|
|
path: '${IDF_PATH}/examples/common_components/iperf'
|