1
0
Fork 0

Handle the new YSF protocol in the parrot.

ycs232-kbc
Jonathan Naylor 8 years ago
parent 6418c4fe6b
commit 61ee63da69

@ -96,6 +96,10 @@ void CNetwork::clock(unsigned int ms)
return;
}
// Handle incoming unlinks
if (::memcmp(buffer, "YSFU", 4U) == 0)
return;
// Handle the status command
if (::memcmp(buffer, "YSFS", 4U) == 0) {
unsigned char status[50U];

Loading…
Cancel
Save