Fix error in MATLAB Example.m

This commit is contained in:
Jason Watkins
2015-06-16 13:11:05 -07:00
parent efc99c3eae
commit 9342e28fa3

View File

@@ -10,7 +10,7 @@ import XPlaneConnect.*
disp('xplaneconnect Example Script-');
disp('Setting up Simulation');
Socket = openUDP(49005);
Socket = openUDP('127.0.0.1', 49005);
%% Ensure connected
getDREFs('sim/test/test_float')