修改通讯库调试语句

This commit is contained in:
lxbpxylps@126.com 2021-03-23 12:23:38 +08:00
parent f1b5f711bf
commit 67ff9526cc

View File

@ -188,7 +188,7 @@ bool Radio::Receive(uint8_t ch, uint8_t status)
else //位数校验失败
{
#ifdef RADIO_DEBUG
NeoSerial.println("#RADIO: RECEIVE FAIL!");
NeoSerial.println("#RADIO: RECEIVE CHECK FAIL!");
#endif
}
}