12 lines
143 B
Matlab
12 lines
143 B
Matlab
function sendTEXTTest()
|
|
%% Setup
|
|
addpath('../../MATLAB')
|
|
import XPlaneConnect.*
|
|
|
|
%% Test
|
|
sendTEXT('sendTEXT test message M', 200, 400);
|
|
|
|
|
|
end
|
|
|