Skip to content

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

@somervda

Description

@somervda

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions