Updated Example - IP Address

Changed IP to 127.0.0.1
This commit is contained in:
Chris Teubert
2014-11-24 12:13:38 -08:00
parent dde81b9706
commit 28a9d7573a
3 changed files with 10 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ int main() {
float POSI[9] = {0.0};
float CTRL[5] = {0.0};
float gear;
char IP[16] = "143.232.73.41";//"127.0.0.1";//;// //IP Address of computer running X-Plane
char IP[16] = "127.0.0.1";// //IP Address of computer running X-Plane
short PORT = 49009; //xpcPlugin Receiving port (usually 49009)
printf("xplaneconnect Example Script\n- Setting up Simulation\n");