Skip to content

v0.2.1

Choose a tag to compare

@asvol asvol released this 30 Nov 08:08
· 352 commits to main since this release
bddb1ff

Features

  • sdr-flight-widget: add power reference indicator to FlightSdrView #244 (ef90275)

Commits

How To Build Asv.Drones

1. Setup required dependencies:

2. Clone project repository:
git clone https://github.com/your-repository-url.git

3. Work with project:
The Asv.Drones able to build on Android, Linux, MacOs, Windows. Project already include platforms that can be you used to build it on specified OS.

4. Build project for Desktop:

  • Select build target Windows, OSX, Linux.
  • Run application in Release or Debug mode.

5. Build project for Android:

Android Troubleshooting
If any error ocurs in build procces - you need to check packages using MAUI Check (JDK 11 or above).
To install:

dotnet tool install -g Redth.Net.Maui.Check
maui-check

What's Changed

Full Changelog: v0.2.0...v0.2.1