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

Feature tcp passive mode with AT firmware v1.7.0 #83

Merged
merged 3 commits into from
Sep 17, 2018

Conversation

VeijoPesonen
Copy link
Contributor

Description

Enables TCP passive mode if ESP8266's AT firmware version is 1.7.0.0 or later. What this means that instead of ESP8266 sending data spontaneously over UART the data must be requested explicitly. No changes if older firmware is in use.

Reduces OOB processing when receiving UDP packets. This is something what should have been done already under PR #79.

Pull request type

 [ ] Fix
 [ ] Refactor
 [ ] Target update
 [X] Functionality change
 [ ] Breaking change

@VeijoPesonen VeijoPesonen merged commit 1d0be78 into master Sep 17, 2018
@VeijoPesonen VeijoPesonen deleted the feature-tcp_passive_mode branch September 17, 2018 07:03
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