-
Notifications
You must be signed in to change notification settings - Fork 81
Add esp32 OTA support #350
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
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
=======================================
Coverage 94.86% 94.86%
=======================================
Files 27 27
Lines 1130 1130
=======================================
Hits 1072 1072
Misses 58 58 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Magic number fixed Thanks @mirkokurt 🚀 |
CI fixed for mkr100 mkrwan and mkrnb. esp32 still fails becauseArduino_ESP32_OTA is not yet published. |
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.
LGTM. Well done!
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.
Looks good to me, love the refactoring in different source files for different architectures, much cleaner.
You could make this one public: https://github.com/bcmi-labs/Arduino_ESP32_OTA and then specify the link for the CI action to work, i.e. - name: Arduino_ESP32_OTA
+ - source-url: https://github.com/bcmi-labs/Arduino_ESP32_OTA Of course you still need to update this once the library is published 🤷 |
Memory usage change @ e824e4c
Click for full report table
Click for full report CSV
|
Needs: https://github.com/bcmi-labs/Arduino_ESP32_OTA