wifi: more shit

This commit is contained in:
StapleButter
2017-12-18 19:31:26 +01:00
parent e44bc7743d
commit 4ec2d109f7
3 changed files with 111 additions and 18 deletions

View File

@ -767,6 +767,7 @@ bool CheckRX(bool block)
for (;;)
{
int rxlen = Platform::MP_RecvPacket(RXBuffer, block);
//if (rxlen == 0) rxlen = Platform::LAN_RecvPacket(RXBuffer);
if (rxlen == 0) return false;
if (rxlen < 12+24) continue;