Open dzungpv opened 7 months ago
There is a config option CONFIG_HAP_HTTP_SERVER_PORT
(menuconfig -> Component config -> HAP HTTP Server -> Server Port) for changing the port number.
There is a config option
CONFIG_HAP_HTTP_SERVER_PORT
(menuconfig -> Component config -> HAP HTTP Server -> Server Port) for changing the port number.
Thank you, I will try that, you may add docs for the SDK.
By default Homekit using port 80 for local communication. I can change port with other SDK for example 8088 when I want to use port 80 for webserver. How to do with esp-homekit-sdk ?