警告
This document is not updated for ESP32C61 yet, so some of the content may not be correct.
This warning was automatically inserted due to the source file being in the add_warnings_pages list.
ASIO 端口
ASIO 是一个跨平台的 C++ 库,参见 https://think-async.com/Asio/。它采用现代 C++ 方法提供了一个一致的异步模型。
ASIO
组件自 ESP-IDF 版本 v5.0 起移到了单独的仓库:
运行 idf.py add-dependency espressif/asio
将 ASIO 组件添加到你的项目中。
文档
访问以下链接查看相关文档: