Merge pull request #190 from birarda/pairing

fix port on pairing server
This commit is contained in:
birarda 2013-05-03 12:35:14 -07:00
commit af44e42d74

View file

@ -12,7 +12,7 @@
#include <UDPSocket.h>
#include <arpa/inet.h>
const int PAIRING_SERVER_LISTEN_PORT = 52934;
const int PAIRING_SERVER_LISTEN_PORT = 7247;
const int MAX_PACKET_SIZE_BYTES = 1400;
struct PairableDevice {