mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 22:12:27 +02:00
1.0.0
Features
- Console for runtime network interface configuration and monitoring (8bab1420
)
13 lines
429 B
YAML
13 lines
429 B
YAML
version: 1.0.0
|
|
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ifconfig
|
|
description: The component offers a console that enables runtime network interface configuration and monitoring.
|
|
dependencies:
|
|
idf:
|
|
version: '>=5.0'
|
|
espressif/console_simple_init:
|
|
version: '>=1.1.0'
|
|
override_path: '../console_simple_init'
|
|
public: true
|
|
espressif/ethernet_init:
|
|
version: '>=0.0.7'
|