-
-
Notifications
You must be signed in to change notification settings - Fork 212
Add API to WiFi class to configure wdog feed function #258
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
Memory usage change @ 23dcb68
Click for full report table
Click for full report CSV
|
libraries/WiFi/src/WiFi.h
Outdated
@@ -49,6 +49,8 @@ extern "C" { | |||
#define DEFAULT_AP_CHANNEL 6 | |||
#endif | |||
|
|||
#define WIFI_HAS_FEED_WATCHDOG_FUNC |
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.
Please use a more unique name, e.g. ARDUINO_PORTENTA_H7_WIFI_HAS_FEED_WATCHDOG_FUNC
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 28bae3e
Memory usage change @ 28bae3e
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.
Tested - works ✔️
This pr add the possibility to configure the watchdog feed function through API in the WiFi class and trigger the watchdog during download process.
(TODO implement timeout) -> this should go to Arduino_IoT_library i think
needs arduino-libraries/Arduino_Portenta_OTA#10
and arduino-libraries/ArduinoIoTCloud#261