|
@@ -89,10 +89,6 @@ struct StartTime
|
|
|
unsigned int bootNotification;
|
|
|
}startTime;
|
|
|
|
|
|
-#if 0
|
|
|
-unsigned char *SendBuffer;
|
|
|
-int SendBufLen=(1024*4);//(1024*3);
|
|
|
-#endif
|
|
|
int SendBufLen=(1024*4);//(1024*3);
|
|
|
unsigned char SendBuffer[1024*4]={0};
|
|
|
static int ConnectionEstablished=0;
|