Added check how many MAVSDK systems are available.

This commit is contained in:
Your Name
2024-07-04 11:24:07 +03:00
committed by Tuomas Järvinen
parent c69a7628c2
commit ad58ac34b8
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#pragma once
// Please check the port name! Also baudrates must match or devices can't communicate with each other.
const char *AZ_CONNECTION_SERIAL = "serial:///dev/ttyS0:115200";
const char *AZ_CONNECTION_UDP = "udp://:14550";
const int AZ_RELATIVE_FLY_ALTITUDE = 50;