From 8ca40945e4abdd7d3c629eb382a69cfc83f426d2 Mon Sep 17 00:00:00 2001 From: kpl Date: Mon, 23 Mar 2020 15:50:25 -0400 Subject: [PATCH] cwEuCon.cpp : Change to match with Arduino DNS-SD client. --- cwEuCon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cwEuCon.cpp b/cwEuCon.cpp index 76daf96..ed14666 100644 --- a/cwEuCon.cpp +++ b/cwEuCon.cpp @@ -444,7 +444,8 @@ namespace cw switch( p->protoState ) { case kWaitForBeat_1_Id: - if( hdr == 3 ) + //if( hdr == 3 ) + if( hdr == 0x0b ) { p->protoState = kWaitForHandshake_2_Id; _sendHandshake_1( socketHandle(p->tcpH) );