-
Notifications
You must be signed in to change notification settings - Fork 7.6k
fix(NetworkUDP): flush network UDP - reset tx len to zero #11128
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
Conversation
👋 Hello Guihgo, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
void NetworkUDP::flush() { | ||
clear(); | ||
clear(); | ||
/* Reset tx buffer length */ | ||
tx_buffer_len = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation style in this file is using 2 spaces, please don't change that.
Test Results 76 files 76 suites 12m 58s ⏱️ Results for commit d6c97f8. |
By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes
Checklist
This entire section above can be deleted if all items are checked.
Description of Change
Fix flush network UDP method
Tests scenarios
I have tested my Pull Request on Arduino-esp32 core 3.1.3 +IDF 5.3.2 with ESP32 and ESP32-S2 Board and ESP32-CAM with this scenario