cwEuCon.cpp : Change to match with Arduino DNS-SD client.
This commit is contained in:
parent
8b112b39fe
commit
8ca40945e4
@ -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) );
|
||||||
|
Loading…
Reference in New Issue
Block a user