Improve use of MAVSDK::add_any_connection()

Added error printing and possibility to use UART as connection
to the flight controller.

Issue: https://denyspopov.atlassian.net/browse/AZ-16
Type: New Feature
This commit is contained in:
Tuomas Järvinen
2024-05-20 21:02:32 +02:00
parent dda897a573
commit ab791eb254
6 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <math.h>
#include "az_utils.h"
#include <math.h>
AzUtils::AzUtils() {}