maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
805 stars 233 forks source link

question: Wifi configuration #333

Closed borcares closed 4 years ago

borcares commented 4 years ago

Is there any way to wifi config after flash the firmware?

I like configure wifi like an original accessory with the home app… it’s possible?

Kristian8606 commented 4 years ago

Yes with this example, you will configure wifi after flashing. https://github.com/maximkulkin/esp-homekit-demo/blob/master/examples/sonoff_basic/main.c

borcares commented 4 years ago

Thanks!!