Error in documentation?

DexterM
Posts: 9
Joined: Mon Oct 27, 2025 2:44 pm

Error in documentation?

Postby DexterM » Tue Oct 28, 2025 1:54 pm

There is:
Improve UART TX and RX throughput

uart_driver_install(esp_at_uart_port, 1024 * 16, 1024 * 16, 100, &esp_at_uart_queue, 0);
I think, It should be:

Code: Select all

uart_driver_install(g_at_cmd_port, 1024 * 16, 1024 * 16, 100, &s_at_uart_queue, 0);

Minatel
Espressif staff
Espressif staff
Posts: 432
Joined: Mon Jan 04, 2021 2:06 pm

Re: Error in documentation?

Postby Minatel » Wed Oct 29, 2025 3:46 am

Hi,

Could you please give us a bit more context? Post the link.

esp-at
Espressif staff
Espressif staff
Posts: 335
Joined: Mon May 09, 2022 3:00 am

Re: Error in documentation?

Postby esp-at » Wed Oct 29, 2025 6:28 am

@DexterM You are right! The document need to be updated. Thank you!

Who is online

Users browsing this forum: No registered users and 1 guest