maximkulkin / esp-homekit-demo

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

How to reset wifi #248

Closed Hackxiaoya closed 5 years ago

Hackxiaoya commented 5 years ago

When I swiped in the firmware, my Wi-Fi changed after using it for a while. How do I reset the device?

maximkulkin commented 5 years ago

Support for reset is something each individual firmware has to implement. A lot of examples here targeting Sonoff devices implement reset by long pressing the button (since Sonoffs have a button). Check your firmware on how to do reset

Hackxiaoya commented 5 years ago

@maximkulkin tks. I am from China, I still can't understand the specific example, I will check it again.