进一步拦截2401错误

This commit is contained in:
nnhy 2015-12-19 07:33:21 +00:00
parent 7473ffe4bf
commit df2c9c67d4
1 changed files with 1 additions and 0 deletions

View File

@ -796,6 +796,7 @@ void MessageNode::Set(const TinyMessage& msg, int msTimeout)
Stream ms(Data, ArrayLength(Data));
msg.Write(ms);
Length = ms.Position();
if(Length > 32) debug_printf("Length=%d \r\n", Length);
Mac[0] = 0;
if(msg.State)