From 5d78d95cf63e624a375e54835130ba10de4c5cc9 Mon Sep 17 00:00:00 2001 From: Christophe De Wagter Date: Tue, 10 Sep 2013 15:53:04 +0200 Subject: [PATCH] [ArDrone] Broadcast IP (win compatible) --- sw/airborne/subsystems/datalink/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/airborne/subsystems/datalink/udp.c b/sw/airborne/subsystems/datalink/udp.c index 9d9a717490..88ab870c1d 100644 --- a/sw/airborne/subsystems/datalink/udp.c +++ b/sw/airborne/subsystems/datalink/udp.c @@ -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