maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
399 stars 79 forks source link

Add menuconfig support for setting device hostname and device WIFI MAC address as serial #72

Open hire-vladimir opened 4 years ago

hire-vladimir commented 4 years ago

Three enhancements:

Sorry @maximkulkin i did not know on your plans on doing the earlier mentioned variable name refactoring, these will need adjustment also.

On side note as i was working to update the device hostname, some of the wifi methods have been deprecated with IDF 4.x and will need to be updated to new example per https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c, i've opened #71 to keep track.

esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
app_main.c:49:5: warning: 'tcpip_adapter_init' is deprecated [-Wdeprecated-declarations]
app_main.c:51:5: warning: 'esp_event_loop_init' is deprecated [-Wdeprecated-declarations]