Markus
Markus
`WEBSOCKETS_NETWORK_TYPE` is designed to be overridden by global compiler defines. for platform.io this looks like this: ```ini build_flags = -D WEBSOCKETS_NETWORK_TYPE=NETWORK_W5100 ``` the part you showing is the auto detection...
what exactly do you mean by `dynamically` during runtime of the code on a µC? if yes then there is currently no way implemented to do this, since all the...
it looks possible from a short look at the examples for the R1, `WiFiServer` and `WiFiClient` look "normal". basic step for new network stacks. 1. create new type https://github.com/Links2004/arduinoWebSockets/blob/84f379474d1302d211469aaad1ff0f1d44645c47/src/WebSockets.h#L128-L138 2....
looks like that the `flush` to `clear` change is only valide for the ESP32 3.x only way to do this then is to have some if defined for `ESP32` and...
dont see a problem with allowing mTLS, but may fix the debug message ;)