Skip to content

Cleanup AT cmd timeouts. Free corrupted packages in package handler. #68

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

Merged
merged 2 commits into from
Apr 4, 2018

Conversation

VeijoPesonen
Copy link
Contributor

No description provided.

@@ -21,6 +21,20 @@
#include "nsapi_types.h"
#include "rtos.h"

// Various timeouts for different ESP8266 operations
#ifndef ESP8266_CONNECT_TIMEOUT
#define ESP8266_CONNECT_TIMEOUT 15000

Choose a reason for hiding this comment

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

From what we've seen, TCP connections are an issue. This should be long enough to cover the longest TCP connection timeout in the chip. May be that you need a separate one for TCP and UDP.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll check

@VeijoPesonen VeijoPesonen merged commit 0418c61 into master Apr 4, 2018
@VeijoPesonen VeijoPesonen deleted the cleanup_at_cmd_timeouts branch April 4, 2018 09:45
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.

3 participants