Skip to content
New issue

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

add the wifi drive receive callback and send #193

Open
wilesun opened this issue Jan 8, 2024 · 0 comments
Open

add the wifi drive receive callback and send #193

wilesun opened this issue Jan 8, 2024 · 0 comments

Comments

@wilesun
Copy link

wilesun commented Jan 8, 2024

请参考一下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);

这些还是比较有用的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant