Markus

Results 259 comments of 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 ;)

examples: ![image](https://github.com/user-attachments/assets/83121a5d-ae71-450a-8ab7-98e221ab2298) ![image](https://github.com/user-attachments/assets/74246880-e7d8-4c76-b1ba-b2470928e271)

the device_manager change publishes a topic on startup, this is there for the use cases when dbus-mqtt-devices is restarted, but the code using it no. this allows the code using...

I am not 100% sure how the async is implemented in this lib. my idea is the following, feel free to comment. ```diff diff --git a/snapcast/control/server.py b/snapcast/control/server.py index 6a0e570..62b2fd9 100644...

@happyleavesaoc anything I can help to get this going? I really want to fix my automations ;)