[ArDrone] Broadcast IP (win compatible)

This commit is contained in:
Christophe De Wagter
2013-09-10 15:53:04 +02:00
parent 577b68d38d
commit 5d78d95cf6
+1 -1
View File
@@ -26,7 +26,7 @@
//Check if variables are set and else define them
#ifndef LINK_HOST
#define LINK_HOST "192.168.1.0"
#define LINK_HOST "192.168.1.255"
#endif
#ifndef LINK_PORT
#define LINK_PORT 4242