esp-qa/ota-cmd

uploaded 1 week ago
OTA Command based on esp-idf console

readme

# OTA Command

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

This repository contains `ota` commands based esp-idf console.

There is no GitHub repository for this component. Please report issues to [iperf-cmd repository](https://github.com/espressif/iperf-cmd/issues) instead.

## Documentation

- Use `help` for overview of commands:

  ```
  ota  <action> [<url>] [--http-timeout=<int>]
    OTA upgrade command.
        <action>  start, status, end
            <url>  URL of server which hosts the firmware image.
    --http-timeout=<int>  http[s] response timeout (ms).
  ```

### 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/ota-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/ota-cmd^0.1.1"

or download archive

Stats

  • Archive size
    Archive size: 10.90 KB
  • Downloaded in total
    Downloaded in total 9 times
  • Downloaded this version
    This version: 1 time

Badge

esp-qa/ota-cmd version: 0.1.1
|