cwEuCon.cpp : Change to match with Arduino DNS-SD client.

This commit is contained in:
kpl 2020-03-23 15:50:25 -04:00
parent 8b112b39fe
commit 8ca40945e4

View File

@ -444,7 +444,8 @@ namespace cw
switch( p->protoState ) switch( p->protoState )
{ {
case kWaitForBeat_1_Id: case kWaitForBeat_1_Id:
if( hdr == 3 ) //if( hdr == 3 )
if( hdr == 0x0b )
{ {
p->protoState = kWaitForHandshake_2_Id; p->protoState = kWaitForHandshake_2_Id;
_sendHandshake_1( socketHandle(p->tcpH) ); _sendHandshake_1( socketHandle(p->tcpH) );