We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请参考一下esp-idf,提供接收回调和发送:
esp_err_t esp_wifi_internal_reg_rxcb(wifi_interface_t ifx, wifi_rxcb_t fn); int esp_wifi_internal_tx(wifi_interface_t wifi_if, void *buffer, uint16_t len);
这些还是比较有用的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
esp_err_t esp_wifi_internal_reg_rxcb(wifi_interface_t ifx, wifi_rxcb_t fn);
int esp_wifi_internal_tx(wifi_interface_t wifi_if, void *buffer, uint16_t len);
这些还是比较有用的。
The text was updated successfully, but these errors were encountered: