Updating _port to really used port and made _port accessible by LaborEtArs · Pull Request #7003 · esp8266/Arduino

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@LaborEtArs

Copy link

Contributor

When calling WiFiServer with a 'port = 0', a free port is auto-selected, but this port isn't updated to the '_port' member. In addition, the used port is made accessible.

@d-a-v

Copy link

Collaborator

d-a-v commented

Jan 8, 2020

Thanks, but you added submodules in this PR.
Can you remove them ?
(probably with git checkout upstream/master -- libraries/LittleFS/lib/littlefs (and libraries/SoftwareSerial and tools/sdk/ssl/bearssl)

@LaborEtArs

Copy link

Contributor Author

Those submodules were automagically added by git when I created the branch... will try to remove them though...

@LaborEtArs

Copy link

Contributor Author

LaborEtArs commented

Jan 8, 2020

edited

Loading

Tried the 'git checkout upstream/master -- libraries/LittleFS/lib/littlefs', ... from my point of view it hadn't helped, or?? Really love this 'git'-stuff......

@d-a-v

Copy link

Collaborator

d-a-v commented

Jan 8, 2020

Apparently it did help

@LaborEtArs

Copy link

Contributor Author

Wow, thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@d-a-v d-a-v d-a-v approved these changes

@devyte devyte devyte approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@LaborEtArs @d-a-v @devyte