Message read now works

This commit is contained in:
Allen Hill
2015-07-26 22:45:06 -07:00
parent 04077c8801
commit a1c2b1b6e4
15 changed files with 31013 additions and 16644 deletions
+3 -2
View File
@@ -107,7 +107,7 @@ void AVCLan_Register();
byte AVCLan_SendData();
byte AVCLan_SendAnswer();
byte AVCLan_SendDataBroadcast();
byte AVCLan_Command(byte command);
byte AVCLan_Command(byte command);
byte HexInc(byte data);
byte HexDec(byte data);
@@ -122,13 +122,14 @@ extern byte cd_Time_Sec;
extern byte playMode;
byte AVCLan_SendMyData(byte *data_tmp, byte s_len);
byte AVCLan_SendMyDataBroadcast(byte *data_tmp, byte s_len);
void ShowInMessage();
void ShowOutMessage();
void AVCLan_Measure();
//------------------------------------------------------------------------------
extern byte answerReq;
//------------------------------------------------------------------------------