3.27_433:修改并验证了IO脚状态反馈逻辑,及时将IO脚状态变化反馈通过RF433发送。

This commit is contained in:
2026-03-27 16:29:37 +08:00
parent c809273bd9
commit 268667e335
46 changed files with 267 additions and 259 deletions

View File

@ -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;
}