maximkulkin / esp-homekit-demo

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

Wifi connectivity on ESP32 #250

Closed kunjal83 closed 5 years ago

kunjal83 commented 5 years ago

Hi @maximkulkin,

On ESP8266 we have wifi connectivity library which allows connectivity in case of changed wifi creds. Can we use the same library on ESP32? From my basic knowledge, I think, I will need to get the install Free-RTOS to use this lib. Is my assessment correct?

Thanks, Kunjal

maximkulkin commented 5 years ago

Ehh.. there is so much wrong about that question I do not know even where to start.

Short answer: my esp-wifi-config library does not support ESP32.

kunjal83 commented 5 years ago

Right!!! Guess, we will need to build something that supports ESP32. Thanks :)