3.27_433:修改并验证了IO脚状态反馈逻辑,及时将IO脚状态变化反馈通过RF433发送。
This commit is contained in:
@ -161,7 +161,6 @@ void MultiUART_Init(void)
|
||||
|
||||
void MultiUART_FeedByte(port_id_t port_id, uint8_t byte)
|
||||
{
|
||||
// DEBUG_LOG("FeedByte: %02X", byte);
|
||||
if (port_id >= PORT_COUNT) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user