Added MavLink mocked drone support as client side feature

This commit is contained in:
2026-05-05 07:48:54 -03:00
parent 753dcab26e
commit 99f8d991be
11 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "script_component.hpp"
ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true;