fix(ota): Show MD5 warning only when connection is successful#12272
fix(ota): Show MD5 warning only when connection is successful#12272
Conversation
👋 Hello lucasssvaz, 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 ...
|
Description of Change
This pull request improves the authentication flow and user feedback in the
tools/espota.pyscript, particularly around password hashing methods for device compatibility. The most important changes include enhanced logging for insecure MD5 usage, clearer authentication status messages, and improved guidance for users when authentication fails.Authentication flow and user feedback improvements:
Error handling enhancements:
Codebase cleanup:
authenticatefunction to the main authentication flow, ensuring warnings are only shown when MD5 is actually used. [1] [2]Test Scenarios
Tested locally
Related links
Closes #12261