Added UAS Tool active actions from ATAK

This commit is contained in:
2026-05-10 01:19:39 -03:00
parent 80320c0f2c
commit 9b05bcccc2
5 changed files with 798 additions and 36 deletions

View File

@@ -61,6 +61,14 @@ addMissionEventHandler ["ExtensionCallback", {
case "COMMAND_LONG";
case "COMMAND_INT";
case "COMMAND_ACK";
case "MISSION_COUNT";
case "MISSION_ITEM";
case "MISSION_ITEM_INT";
case "MISSION_CLEAR_ALL";
case "MISSION_SET_CURRENT";
case "SET_HOME_POSITION";
case "SET_MODE";
case "SET_POSITION_TARGET_GLOBAL_INT";
case "MANUAL_CONTROL": {
"armatak" callExtension ["log", [["info", format ["MAVLINK UDP CALLBACK %1 %2", _function, _data]]]];
[_function, _data] call EFUNC(uav,handleMavlinkCallback);