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

Updating _port to really used port and made _port accessible #7003

Merged
merged 2 commits into from
Jan 9, 2020

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants