update destination ip for wifi gecko

This commit is contained in:
Christopher Roy Bratusek 2016-08-14 23:08:17 +02:00
parent 9612910a87
commit e31f831425
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <network.h>
#include "xprintf.h"
#define DESTINATION_IP "192.168.1.4"
#define DESTINATION_IP "192.168.178.21"
#define DESTINATION_PORT 4405
static int connection = -1;