Search found 1 match
- 2026年 Feb 13日 19:25
- Forum: MCU SDK Development
- Topic: Difference in wifi_uart_service in newer MCU SDK versions
- Replies: 0
- Views: 19
Difference in wifi_uart_service in newer MCU SDK versions
Hello, in these days I'm debugging an issue where at some point the wifi_data_process_buf buffer becomes full and the MCU stop responding to the module's heartbeat. In particular, with MCU SDK version v2.6.2, inside wifi_uart_service i find this code: if (rx_value_len > sizeof(wifi_data_process_buf)...