tjy-cool
tjy-cool
if you are using ESP-IDF, you can clone my small project, The Porject is small and you should not change anything to building it The url: https://github.com/tjy-cool/bluepad32_esp32
I think you need use the code like ```cs var options = new MqttServerOptionsBuilder() .WithDefaultEndpoint() // Activate the default (unsecured) endpoint .WithDefaultEndpointPort(port) .WithDefaultEndpointBoundIPAddress(IPAddress.Parse(ipAddress)) .WithEncryptedEndpoint() ```
I don't think it's possiable support Linux or MacOS