-
Notifications
You must be signed in to change notification settings - Fork 80
Wdog trigger during binary download decompressio for portenta #261
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 #261 +/- ##
=======================================
Coverage 95.15% 95.15%
=======================================
Files 24 24
Lines 867 867
=======================================
Hits 825 825
Misses 42 42 Continue to review full report at Codecov.
|
Memory usage change @ 2802b54
Click for full report table
Click for full report CSV
|
src/ArduinoIoTCloudTCP.cpp
Outdated
@@ -286,10 +286,9 @@ int ArduinoIoTCloudTCP::begin(bool const enable_watchdog, String brokerAddress, | |||
if (enable_watchdog) { | |||
watchdog_enable(); | |||
#ifdef WIFI_HAS_FEED_WATCHDOG_FUNC | |||
WiFi.setFeedWatchdogFunc(watchdog_reset); | |||
#endif | |||
WiFi.setFeedWatchdogFunc((voidPrtFuncPtr)watchdog_reset); |
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.
Bad idea ;)
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.
fixed with 21c15bb
Memory usage change @ 93ec0f4
Click for full report table
Click for full report CSV
|
Memory usage change @ af31191
Click for full report table
Click for full report CSV
|
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 👍 Thank you @pennam 🚀
Needs arduino-libraries/Arduino_Portenta_OTA#10
TODO drop Enable debug output commit