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)
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)