Skip to content

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