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

socket.IPPROTO_TCP not supported on RPI Pico socket port #8

Open
somervda opened this issue Jun 26, 2024 · 0 comments
Open

socket.IPPROTO_TCP not supported on RPI Pico socket port #8

somervda opened this issue Jun 26, 2024 · 0 comments

Comments

@somervda
Copy link

More a FYI than a bug . Be careful if using this library with a micropython on a Raspberry Pi Peco, the socket library does not have a definition for IPPROTO_TCP. The good news is the OpenRequest function in the MicroWebCli library doesn't need this parameter so you can just leave the parameter out as a work around (It defaults to TCP)

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

No branches or pull requests

1 participant