mavlink_build

Example of the component espressif/mavlink v1.0.0~1
# Buidl example for IDF Mavlink component

This example shows how to use Mavlink library in ESP-IDF projects.

The example include mavlink test header, and print build date information.

This example does not require any special hardware, and can be run on any common development board.

To run the example on target please run:

```
idf.py flash monitor
```

To create a project from this example, run:

idf.py create-project-from-example "espressif/mavlink^1.0.0~1:mavlink_build"

or download archive