增强查找工具的功能

This commit is contained in:
2025-02-28 09:07:59 +08:00
parent 9937485831
commit 699786b7d1
3 changed files with 30 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ uint32_t HLM_poll(uint32_t mode)
{
is_tx_crc = 1;
is_rx_crc = 1;
tx_pkt_len = 256 + 4;
tx_pkt_len = 320 + 4;
tx_data_ptr[0] = ((tx_pkt_len - 4) << 20) | 2;