maximkulkin / esp-homekit-demo

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

wifi_config errors in examples #322

Closed menahishayan closed 4 years ago

menahishayan commented 4 years ago

building examples/occupancy with make -C examples/occupancy all returns error:

error: unknown type name 'wifi_config_event_t'
 void on_wifi_config_event(wifi_config_event_t event) {

examples/wifi_config doesn't build either

[ESP8266 4MB]


[EDIT]: Solved by pasting components/esp-open-rtos/wifi_config/include/wifi_config.h into the particular example that i was trying to build.