Skip to content
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

GSM: allow watchdog feed in case of connection retry #779

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Nov 27, 2023

Apply after #778

@pennam
Copy link
Contributor Author

pennam commented Dec 4, 2023

rebased on master

@pennam pennam marked this pull request as ready for review December 4, 2023 13:57
void arduino::GSMClass::onStatusChange(nsapi_event_t ev, intptr_t in) {

if(ev == CellularStateRetryEvent) {
Serial.println("Watchdog feed");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should get rid of the debug print 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed 😉

@pennam pennam force-pushed the gsm_watchdog branch 2 times, most recently from 825c3e3 to 230d917 Compare December 4, 2023 16:01
@pennam pennam requested a review from facchinm January 5, 2024 08:58
@facchinm facchinm merged commit 8074ecf into arduino:main Jan 9, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants