uploaded 2 weeks ago
WiFi Command based on esp-idf console

readme

# WiFi Command

[![Component Registry](https://components.espressif.com/components/esp-qa/wifi-cmd/badge.svg)](https://components.espressif.com/components/esp-qa/wifi-cmd)

This repository contains WiFi commands based esp-idf console.

## Documentation

- TBD

### Installation

- To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file.

  ```yaml
  dependencies:
    esp-qa/wifi-cmd:
      version: "^0.1.1"
  ```
- For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "esp-qa/wifi-cmd^0.1.1"

or download archive

Dependencies

  • ESP-IDF >=4.3
  • Examples:

    test_app

    To create a project from this example, run:

    idf.py create-project-from-example "esp-qa/wifi-cmd^0.1.1:test_app"

    or download archive (125 bytes)

    Stats

    • Archive size
      Archive size: 26.42 KB
    • Downloaded in total
      Downloaded in total 456 times
    • Downloaded this version
      This version: 345 times

    Badge

    esp-qa/wifi-cmd version: 0.1.1
    |