diff --git a/pairing-server/src/main.cpp b/pairing-server/src/main.cpp index 2b2e416e66..a17f425443 100644 --- a/pairing-server/src/main.cpp +++ b/pairing-server/src/main.cpp @@ -12,7 +12,7 @@ #include #include -const int PAIRING_SERVER_LISTEN_PORT = 52934; +const int PAIRING_SERVER_LISTEN_PORT = 7247; const int MAX_PACKET_SIZE_BYTES = 1400; struct PairableDevice {